Skip to content

Commit

Permalink
Only test modern versions of Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Feb 20, 2018
1 parent ed95b7d commit 1938e40
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,14 @@ addons:
language: node_js

node_js:
- "0.8"
- "0.10"
- "0.12"
- "1"
- "2"
- "3"
- "4"
- "5"
- "6"
- "7"
- "8"
- "9"

install:
- PATH="`npm bin`:`npm bin -g`:$PATH"
# Node 0.8 comes with a too obsolete npm
- if [[ "`node --version`" =~ ^v0\.8\. ]]; then npm install -g [email protected] ; fi
# Install dependencies and build
- npm install

script:
Expand Down

0 comments on commit 1938e40

Please sign in to comment.