Skip to content

Commit

Permalink
Update Phantomjs
Browse files Browse the repository at this point in the history
  • Loading branch information
tcorral committed Apr 2, 2017
1 parent 1043be6 commit 67d9083
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- "0.10"
before_install:
- wget https://phantomjs.googlecode.com/files/phantomjs-1.7.0-linux-i686.tar.bz2
- tar -xf phantomjs-1.7.0-linux-i686.tar.bz2
- sudo rm -rf /usr/local/phantomjs
- sudo mv phantomjs-1.7.0-linux-i686 /usr/local/phantomjs
- curl -L -O https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2
- tar xjf phantomjs-1.9.7-linux-x86_64.tar.bz2
- sudo mv phantomjs-1.9.7-linux-x86_64 /usr/local/phantomjs

0 comments on commit 67d9083

Please sign in to comment.