From c00e3d7c996552a19390e889e8a0bc2569b8ea71 Mon Sep 17 00:00:00 2001 From: Andru Vallance Date: Mon, 4 Jan 2016 15:14:24 +0100 Subject: [PATCH] Update Travis to use Node 4 & add compiler --- .travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e86b540..b770aa9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,12 @@ language: node_js sudo: false node_js: - - "0.10" + - "4" +env: + - CXX=g++-4.8 +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-4.8 \ No newline at end of file