diff --git a/.travis.yml b/.travis.yml index 042691a42..699c4dfd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,16 @@ node_js: - 6 - 7 +env: + - CXX=g++-4.8 + +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-4.8 + script: - npm test - npm run bench