Skip to content

Commit

Permalink
travis: attempt to fix iojs v3
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Aug 17, 2015
1 parent 780164b commit 77181b5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
@@ -1,12 +1,22 @@
sudo: false

env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

language: node_js

node_js:
- "0.8"
- "0.10"
- "0.12"
- "iojs"
- "iojs-v2.5"
- "iojs-v3"

install:
- PATH="`npm bin`:`npm bin -g`:$PATH"
Expand Down

0 comments on commit 77181b5

Please sign in to comment.