diff --git a/.travis.yml b/.travis.yml index 8af9c57..c1ca9a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,17 @@ node_js: - "6" - "5" - "4" +env: + - CXX=g++-4.8 +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-4.8 script: - npm test install: - npm install --dev +before_install: + - "npm update -g npm"