Skip to content

Commit

Permalink
Update tests for only node 10 readd coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
flippmoke committed Sep 3, 2020
1 parent 90ac2f4 commit 1f46a60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: node_js
sudo: false

node_js:
- "12"
- "10"

addons:
Expand All @@ -14,4 +13,4 @@ addons:
- libstdc++6 # upgrade libstdc++ on linux to support C++11

after_success:
- if [[ ${TRAVIS_NODE_VERSION} == "8" ]]; then npm run coverage; fi;
- if [[ ${TRAVIS_NODE_VERSION} == "10" ]]; then npm run coverage; fi;

0 comments on commit 1f46a60

Please sign in to comment.