Skip to content

Commit

Permalink
Merge pull request #1 from silvermine/update_travis_versions
Browse files Browse the repository at this point in the history
Update Travis CI node versions
  • Loading branch information
jthomerson committed Dec 17, 2018
2 parents 387bcac + 4653cd7 commit 219f951
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
@@ -1,9 +1,13 @@
language: node_js
node_js:
- "node" # Latest node version
- "lts/*" # Latest LTS version
- "10"
- "8"
- "8.10"
- "6.10"
- "6"

before_install: if [[ `npm -v` != 6* ]]; then npm i -g npm@6; fi
before_install: if [[ `npm -v` != 6* ]]; then npm i -g npm@6.4.1; fi

script:
- node --version
Expand Down

0 comments on commit 219f951

Please sign in to comment.