Skip to content

Commit

Permalink
Remove the latest iojs from .travis.yml until nan 2.x.x is supported
Browse files Browse the repository at this point in the history
nan 2.x.x support currently blocks on nodejs/nan#389.
Until then, don’t test iojs v3.0.0 (for which the build fails
with nan 1.x.x)
  • Loading branch information
addaleax committed Aug 9, 2015
1 parent 2264961 commit 90ea74f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ node_js:
- "0.12"
- "0.10"
- "iojs-v1.0"
- "iojs"
env:
- CXX=g++ CC=gcc
- CXX=clang++ CC=clang NPMOPT=--clang=1
Expand Down

0 comments on commit 90ea74f

Please sign in to comment.