Skip to content

Commit f30858b

Browse files
authored
Update .travis.yml
1 parent d0fe67c commit f30858b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ before_install:
1919
script:
2020
- |
2121
if [ "$TEST_TYPE" = test ]; then
22-
npm test -- --coverage && \
23-
bash <(curl -s https://codecov.io/bash)
22+
npm test
2423
else
2524
npm run $TEST_TYPE
2625
fi
2726
env:
2827
matrix:
2928
- TEST_TYPE=lint
3029
- TEST_TYPE=test
30+
- TEST_TYPE=coverage
3131

3232
matrix:
3333
allow_failures:

0 commit comments

Comments
 (0)