actually it unpacks it to the root

This commit is contained in:
Ned Williamson 2015-11-09 17:16:36 -05:00
parent 5dc61880c3
commit de27be75c1
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ sleep 2
sudo apt-get install libicu48
wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2
tar xf ./phantomjs-2.0.0-ubuntu-12.04.tar.bz2
chmod +x ./phantomjs-2.0.0-ubuntu-12.04/phantomjs
./phantomjs-2.0.0-ubuntu-12.04/phantomjs qira_tests/load_page.js
chmod +x ./phantomjs
./phantomjs qira_tests/load_page.js
kill $QIRA_PID