Commit 1711622e by Dane Springmeyer

4.x is not via iojs.org

parent 6a9a4158
...@@ -24,7 +24,7 @@ matrix: ...@@ -24,7 +24,7 @@ matrix:
# Linux # Linux
- os: linux - os: linux
compiler: clang compiler: clang
env: NODE_VERSION="iojs-4.0.0" PUBLISHABLE=true env: NODE_VERSION="4.0.0" PUBLISHABLE=true
addons: addons:
apt: apt:
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ] sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
...@@ -75,10 +75,10 @@ matrix: ...@@ -75,10 +75,10 @@ matrix:
# OS X # OS X
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="iojs-3.1.0" # node abi 46 env: NODE_VERSION="4.0.0" # node abi 46
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="iojs-4.0.0" # node abi 45 env: NODE_VERSION="iojs-3.1.0" # node abi 46
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="iojs-2.4.0" # node abi 44 env: NODE_VERSION="iojs-2.4.0" # node abi 44
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment