From 922fa66d3f708761c2ce4c017ce78388576efb4f Mon Sep 17 00:00:00 2001 From: Adam Bouqdib Date: Sun, 7 Aug 2016 20:14:36 +0000 Subject: [PATCH] Fix travis phantomjs bug --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d1c397c..121a6db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,12 @@ language: node_js node_js: -- '0.8' +- '4.4' before_install: -- npm install -g npm - npm install -g grunt-cli +- wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.1.10-ubuntu-12.04.tar.bz2 +- tar -xjf phantomjs-2.0.0-ubuntu-12.04.tar.bz2 +- sudo rm -rf /usr/local/phantomjs/bin/phantomjs +- sudo mv phantomjs /usr/local/phantomjs/bin/phantomjs deploy: provider: npm email: adam@abemedia.co.uk