Skip to content

Commit 2a429b2

Browse files
committed
run travis on node-0.12 & iojs
1 parent c4a003c commit 2a429b2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.travis.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
language: node_js
2+
sudo: false
3+
before_install:
4+
# a hack lifted from https://github.com/redis/hiredis-node to fix iojs headers
5+
- node --version | grep -q 'v0.8' && npm install -g npm@latest || true
26
node_js:
37
- '0.8'
48
- '0.10'
9+
- "0.12"
10+
- "iojs"
511
install:
6-
- npm install [email protected] -g
712
- npm install
13+
os:
14+
- linux
15+
- osx
16+
- windows

0 commit comments

Comments
 (0)