Skip to content

Commit

Permalink
phantomjs newpath
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimTanyalcin committed Jun 29, 2018
1 parent 13ff5c9 commit f9627b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_install:
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
install:
- mkdir travis-phantomjs
- wget https://github.com/ariya/phantomjs/archive/2.1.3.tar.gz -O $PWD/travis-phantomjs/phantomjs-2.1.3.tar.gz
- wget https://deogen2.mutaframe.com/phantomjs/2.1.3.tar.gz -O $PWD/travis-phantomjs/phantomjs-2.1.3.tar.gz
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.3.tar.gz -C $PWD/travis-phantomjs
- export PATH=$PWD/travis-phantomjs:$PATH
script:
Expand Down

0 comments on commit f9627b4

Please sign in to comment.