From b1552248c3f0bb4c1e132fb6dd73ba8f6871f703 Mon Sep 17 00:00:00 2001 From: orangemug Date: Tue, 4 Apr 2017 18:29:15 +0100 Subject: [PATCH] Added C compiler for odd versions of node.js See --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7f37163..f79a5e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,3 +21,11 @@ script: - npm run lint - npm run lint-styles - npm run test +env: + - CXX=g++-4.8 +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-4.8