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 891af53 commit d0fe67cCopy full SHA for d0fe67c
.travis.yml
@@ -16,21 +16,18 @@ before_install:
16
echo "Only docs were updated, stopping build process."
17
exit
18
fi
19
- npm install [email protected] -g
20
- phantomjs --version
21
script:
22
- |
23
if [ "$TEST_TYPE" = test ]; then
24
- npm test
+ npm test -- --coverage && \
+ bash <(curl -s https://codecov.io/bash)
25
else
26
npm run $TEST_TYPE
27
28
env:
29
matrix:
30
- TEST_TYPE=lint
31
- TEST_TYPE=test
32
- - TEST_TYPE=coverage
33
-
34
35
36
allow_failures:
0 commit comments