Skip to content

Commit

Permalink
run travis on node-0.12 & iojs
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyk committed Jun 12, 2015
1 parent c4a003c commit 2a429b2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
language: node_js
sudo: false
before_install:
# a hack lifted from https://github.com/redis/hiredis-node to fix iojs headers
- node --version | grep -q 'v0.8' && npm install -g npm@latest || true
node_js:
- '0.8'
- '0.10'
- "0.12"
- "iojs"
install:
- npm install [email protected] -g
- npm install
os:
- linux
- osx
- windows

0 comments on commit 2a429b2

Please sign in to comment.