Skip to content

Commit 9bace43

Browse files
committed
Add codecov to travis.yml
1 parent 63a86f0 commit 9bace43

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,5 @@ before_script:
3030
# - if [ "$BITHOUND_CHECK" ]; then npm install -g bithound; bithound check [email protected]:$TRAVIS_REPO_SLUG.git; fi
3131
script:
3232
- 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
33+
after_success:
34+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)