We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a86f0 commit 9bace43Copy full SHA for 9bace43
.travis.yml
@@ -30,7 +30,5 @@ before_script:
30
# - if [ "$BITHOUND_CHECK" ]; then npm install -g bithound; bithound check [email protected]:$TRAVIS_REPO_SLUG.git; fi
31
script:
32
- yarn run travis:$JOB_PART
33
-# after_success:
34
-# - bash <(curl -s https://codecov.io/bash)
35
-
36
-# TODO: This test suite will throw schema errors with webpack 2.2.x installed. Address this on defaults upgrade to Jest
+after_success:
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments