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 f406ef8 commit 1690160Copy full SHA for 1690160
1 file changed
.travis.yml
@@ -7,7 +7,7 @@ notifications:
7
- yiminghe@gmail.com
8
9
node_js:
10
-- 10
+- 12
11
12
before_install:
13
- |
@@ -16,12 +16,11 @@ before_install:
16
echo "Only docs were updated, stopping build process."
17
exit
18
fi
19
- npm install npm@3.x -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
0 commit comments