From 3c7a8492297e843b8fe8753a529102f168012700 Mon Sep 17 00:00:00 2001 From: Edward Vielmetti Date: Fri, 11 Sep 2015 18:28:08 -0400 Subject: [PATCH] Update .travis.yml test travis changes to compile with gcc 4.8 --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 154a8b0..3bf326f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: node_js +env: + - CXX="g++-4.8" node_js: - "0.12" - "0.10" @@ -6,3 +8,10 @@ node_js: - "iojs-v2" - "iojs-v3" - "4" +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-4.8 + - gcc-4.8