From 660c32a114cd78b95102a6418229e46ec9439a6f Mon Sep 17 00:00:00 2001 From: Samuel Laulhau Date: Thu, 16 Jun 2016 12:10:21 +0200 Subject: [PATCH] add right compiler to travis conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit attempt n°2 to fix travis build --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8a7b6feb..52f47f7b 100755 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,17 @@ node_js: - "4.0.0" env: - NODE_ENV=travis + - TRAVIS=travis CXX=g++-4.8 services: - mongodb addons: code_climate: repo_token: 6c3a1b81a09b2338d6f30913c1bcad115026689752cbb499a0a25061cda6fbcf + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - gcc-4.8 + - g++-4.8 after_script: - grunt coverage