diff --git a/.travis.yml b/.travis.yml index 8e845b8..d4d2bfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,24 @@ sudo: false language: node_js +env: + - CXX="g++-4.8" + node_js: - "0.8" - "0.10" - "0.12" - - "iojs-v2.5.0" + - "iojs" + - "iojs-v1" + - "iojs-v2" + +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-4.8 + - gcc-4.8 before_install: # npm shipped with Node.js 0.8 doesn't support carret so let's update it