Skip to content

Commit

Permalink
Travis: Ditch old before_install, only run on node 4, 6, 8, and 9
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Mar 24, 2018
1 parent be2c7f0 commit 8e13294
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
before_install: "npm install -g npm && npm cache clean"
- "8"
- "9"
script: "npm run-script travis"

0 comments on commit 8e13294

Please sign in to comment.