Skip to content

Commit

Permalink
Fix travis phantomjs bug
Browse files Browse the repository at this point in the history
  • Loading branch information
abemedia committed Aug 7, 2016
1 parent 83da60e commit 922fa66
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .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
Expand Down

0 comments on commit 922fa66

Please sign in to comment.