From 5a623a736e1a6ec4f800aeb8ec1e20151ee42393 Mon Sep 17 00:00:00 2001 From: Andru Vallance Date: Mon, 4 Jan 2016 16:03:37 +0100 Subject: [PATCH] Add compiler to Travis config --- .travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b8a335..b770aa9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,12 @@ language: node_js sudo: false node_js: - - "5.3.0" + - "4" +env: + - CXX=g++-4.8 +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-4.8 \ No newline at end of file