Skip to content

Commit

Permalink
travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebv committed Oct 27, 2013
1 parent e90bcb8 commit 7be36e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ node_js:
- 0.10
before_install:
- wget http://phantomjs.googlecode.com/files/phantomjs-1.9.2-linux-x86_64.tar.bz2
- tar -xf phantomjs-1.9.2-linux-i686.tar.bz2
- tar -xf phantomjs-1.9.2-linux-x86_64.tar.bz2
- sudo rm -rf /usr/local/phantomjs
- sudo mv phantomjs-1.9.2-linux-i686 /usr/local/phantomjs
- sudo mv phantomjs-1.9.2-linux-x86_64/bin/phantomjs /usr/local/phantomjs

script:
- which phantomjs
Expand Down

0 comments on commit 7be36e1

Please sign in to comment.