From cd37e33acdc9e667d5e88cd9648419e9e3bd9893 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sun, 20 Mar 2016 23:12:56 +0100 Subject: [PATCH] Update travis phantom build --- .travis.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index cf802e2..75aecc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,12 @@ node_js: - "0.10" - "iojs" before_install: - - mkdir travis-phantomjs - - wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 - - tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs - - export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH \ No newline at end of file + - npm install -g phantomjs +env: + - CXX=g++-4.8 +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-4.8 \ No newline at end of file