Skip to content

Commit

Permalink
Deprecate unsupported Node versions by the Node.js Foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Sep 10, 2017
1 parent 5feed6d commit e183796
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,15 @@ language: node_js
env:
- CXX="g++-4.8"
node_js:
- "8"
- "7"
- "6"
- "5"
- "5.1"
- "4"
- "4.2"
- "4.1"
- "4.0"
- "0.8"
- "0.10"
- "0.12"
- "iojs"
- "iojs-v2"
- "iojs-v1"

addons:
apt:
Expand All @@ -24,6 +21,3 @@ addons:
- g++-4.8
- gcc-4.8

before_install:
# npm shipped with Node.js 0.8 doesn't support carret so let's update it
- if [ "$TRAVIS_NODE_VERSION" == "0.8" ]; then npm install -g npm; fi

0 comments on commit e183796

Please sign in to comment.