Skip to content

Commit fde912e

Browse files
Merge pull request #85 from browserify/more-travis
Add new nodes to ci
2 parents a4cf67f + ab22d1b commit fde912e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
language: node_js
22
node_js:
3-
- "0.8"
3+
- "9"
4+
- "8"
5+
- "6"
6+
- "4"
7+
- "iojs"
8+
- "0.12"
49
- "0.10"
10+
- "0.8"
511
before_install:
6-
- npm install -g npm@~1.4.6
12+
- 'nvm install-latest-npm'
13+
sudo: false

0 commit comments

Comments
 (0)