From a24a61c6c7e97734a941f2921709a760a5244157 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Thu, 4 Feb 2016 18:52:23 -0500 Subject: [PATCH] Update gcc for compiling modules in node 4/5 --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4ecf15d1d7..f31f1fb47a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,15 @@ node_js: - "0.10" - "0.12" +env: + - CXX=g++-4.8 +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-4.8 + script: make test-ci notifications: