From 28d024af2f4f25bb7e2fed5825b9c0ee85caa95c Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 18 Jan 2017 23:32:56 +0100 Subject: [PATCH] Try to fix travis --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.travis.yml b/.travis.yml index b616c0470..e4380c2f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,19 @@ node_js: - 5 - 6 +# Install a C++11 compatible compiler +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - gcc-4.8 + - g++-4.8 + +# Set C++ compiler as default +env: + - CXX=g++-4.8 + # Cache dependencies cache: pip: true