Skip to content

Commit

Permalink
chore(ci): upgrade node to 12 (#199)
Browse files Browse the repository at this point in the history
* chore(ci): upgrade node to 12

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci
  • Loading branch information
kerm1it committed Aug 31, 2020
1 parent cf878e3 commit 7a95984
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Expand Up @@ -5,10 +5,9 @@ sudo: false
notifications:
email:
- yiminghe@gmail.com
- hust2012jiangkai@gmail.com

node_js:
- 10
- 12

before_install:
- |
Expand All @@ -17,11 +16,11 @@ before_install:
echo "Only docs were updated, stopping build process."
exit
fi
phantomjs --version
script:
- |
if [ "$TEST_TYPE" = test ]; then
npm test
npm test -- --coverage && \
bash <(curl -s https://codecov.io/bash)
else
npm run $TEST_TYPE
fi
Expand Down

1 comment on commit 7a95984

@vercel
Copy link

@vercel vercel bot commented on 7a95984 Aug 31, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.