Skip to content

Commit

Permalink
Merge pull request #212 from Level/iojs-3.0
Browse files Browse the repository at this point in the history
Add missing iojs 3.0 stuff
  • Loading branch information
mafintosh committed Aug 15, 2015
2 parents bcbf877 + 372c09c commit 1fb09b2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -1,10 +1,23 @@
sudo: false

language: node_js

env:
- CXX=g++-4.8

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

before_install:
- export JOBS=max
- export prebuild_compile=true

node_js:
- "3.0"
- "2.4"
- "1.8"
- "1.0"
Expand Down

0 comments on commit 1fb09b2

Please sign in to comment.