Skip to content

Commit

Permalink
test on more node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jul 2, 2018
1 parent 221861d commit 86b4e2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,9 +1,10 @@
language: node_js

node_js:
- "0.10"
- "4"
- "6"
- "8"
- "10"

addons:
apt:
Expand All @@ -15,4 +16,4 @@ addons:
sudo: false

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

0 comments on commit 86b4e2e

Please sign in to comment.