Skip to content

Commit

Permalink
Travis: Ditch old before_install, only run on node 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 07908de commit cfaa034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "0.10"
- "0.12"
before_install: "npm install -g npm && npm cache clean"
- "6"
- "8"
- "9"
script: "npm run-script travis"

0 comments on commit cfaa034

Please sign in to comment.