use bin from phantomjs website

This commit is contained in:
Bernhard Posselt 2013-08-06 11:15:57 +02:00
Родитель 6353a234d5
Коммит 97c1794e60
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -10,5 +10,8 @@ script:
- sudo add-apt-repository -y ppa:chris-lea/node.js
- sudo add-apt-repository -y ppa:antono/phantomjs
- sudo apt-get update
- sudo apt-get -y install nodejs phantomjs
- sudo apt-get -y install nodejs
- wget https://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-x86_64.tar.bz2
- tar xjf phantomjs-1.9.0-linux-i686.tar.bz2
- sudo ln -s $(pwd)/phantomjs-1.9.0-linux-x86_64/bin/phantomjs /usr/bin/phantomjs
- make unit-tests && make javascript-tests