Skip to content

Commit

Permalink
Peg version of io.js to 2.5.0 for travis
Browse files Browse the repository at this point in the history
Currently issue JedWatson#173 (brianmcd/contextify#173) of contextify is causing all PRs to fail on io.js.
Until this issue is resolved, I'd recommend pinning the io.js version to v2.5.0 (the last in the 2.x line), such that we get accurate status from travis.

This can be reverted when the issue with contextify is resolved.
  • Loading branch information
bruderstein committed Aug 6, 2015
1 parent d8d1d2a commit 1897d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ node_js:
- "0.10"
- "0.11"
- "0.12"
- "iojs"
- "iojs-v2.5.0"
before_script:
- npm install

0 comments on commit 1897d74

Please sign in to comment.