Skip to content

Commit

Permalink
Merge pull request #85 from browserify/more-travis
Browse files Browse the repository at this point in the history
Add new nodes to ci
  • Loading branch information
goto-bus-stop authored Jan 30, 2018
2 parents a4cf67f + ab22d1b commit fde912e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
language: node_js
node_js:
- "0.8"
- "9"
- "8"
- "6"
- "4"
- "iojs"
- "0.12"
- "0.10"
- "0.8"
before_install:
- npm install -g npm@~1.4.6
- 'nvm install-latest-npm'
sudo: false

0 comments on commit fde912e

Please sign in to comment.