From 948ca2e3c5c62fedcd918d75539c261abf1a7347 Mon Sep 17 00:00:00 2001 From: dcodeIO Date: Wed, 21 Dec 2016 13:04:05 +0100 Subject: [PATCH] Other: Updated travis config to use C++11 --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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