From 1e6ced4d5c6fbf89c04c65b55e71427f46662ac6 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Sat, 29 Aug 2015 14:42:35 -0700 Subject: [PATCH] cargo-culting node-hiredis toolchain settings --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index a42dfecc1c..903127a026 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,13 @@ language: node_js sudo: true +env: + - CXX=g++-4.8 +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-4.8 node_js: - "0.10" - "0.12"