From 83fe2aa2598a7747b3d5f5e2aae7f8646a899d3a Mon Sep 17 00:00:00 2001 From: Jeronimo Vallelunga Date: Tue, 11 Jul 2017 01:34:50 -0300 Subject: [PATCH] CI: https://sudogem.wordpress.com/2016/06/14/travis-ci-this-version-of-nodenanv8-requires-a-c11-compiler/ --- .travis.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index e4c8a29..111e899 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,19 +1,16 @@ +sudo: false +env: + - CXX=g++-4.8 language: node_js node_js: - - "node" + - "4" addons: apt: sources: - - sourceline: 'ppa:ubuntu-toolchain-r/test' + - ubuntu-toolchain-r-test packages: - - python-software-properties - - python - - cmake - - build-essential - - gcc-5 - - g++-5 -before_install: - - npm install -g node-gyp + - gcc-4.8 + - g++-4.8 script: - npm run test branches: