Skip to content

Commit 52af8f8

Browse files
author
James Halliday
committed
Merge pull request #79 from terinjokes/extend-travis
add 0.8, 0.12 and iojs to travis
2 parents dc5cebb + 13225c9 commit 52af8f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
language: node_js
22
node_js:
3+
- "0.8"
34
- "0.10"
5+
- "0.12"
6+
- "iojs"
7+
before_install:
8+
- npm install -g npm@~1.4.6

0 commit comments

Comments
 (0)