Skip to content

Commit 27bfef4

Browse files
committed
Merge pull request #611 from LinusU/travis-iojs
travis: specify iojs versions
2 parents 46a26de + f051025 commit 27bfef4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ node_js:
33
- "0.8"
44
- "0.10"
55
- "0.12"
6-
- "iojs"
6+
- "iojs-v1.8.4"
7+
- "iojs-v2.5.0"
78
before_install:
89
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g [email protected]'
910
- sudo chown -R $USER /usr/local

0 commit comments

Comments
 (0)