Skip to content

Commit

Permalink
Remove node 8 support. Closes #3910
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Sep 16, 2019
1 parent 3eb208d commit a00139b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js

node_js:
- "8"
- "10"
- "12"
- "node"
Expand All @@ -11,15 +10,6 @@ sudo: false
install:
- "npm install"

cache:
npm: false
directories:
- $HOME/.npm

before_install:
- if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then npm update -g npm; fi
- if [[ "$TRAVIS_OS_NAME" = "windows" ]]; then node `npm prefix -g`/node_modules/npm/bin/npm-cli.js i -g npm@latest; fi

os:
- "linux"
- "osx"
Expand Down

0 comments on commit a00139b

Please sign in to comment.