Skip to content

Commit 7a95984

Browse files
authored
chore(ci): upgrade node to 12 (#199)
* chore(ci): upgrade node to 12 * chore: update ci * chore: update ci * chore: update ci * chore: update ci * chore: update ci * chore: update ci
1 parent cf878e3 commit 7a95984

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ sudo: false
55
notifications:
66
email:
77
- yiminghe@gmail.com
8-
- hust2012jiangkai@gmail.com
98

109
node_js:
11-
- 10
10+
- 12
1211

1312
before_install:
1413
- |
@@ -17,11 +16,11 @@ before_install:
1716
echo "Only docs were updated, stopping build process."
1817
exit
1918
fi
20-
phantomjs --version
2119
script:
2220
- |
2321
if [ "$TEST_TYPE" = test ]; then
24-
npm test
22+
npm test -- --coverage && \
23+
bash <(curl -s https://codecov.io/bash)
2524
else
2625
npm run $TEST_TYPE
2726
fi

0 commit comments

Comments
 (0)