new phantomjs for travis
This commit is contained in:
parent
5e262cf4fd
commit
0e9794ca5d
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@ env:
|
|||
- DB=mysql
|
||||
before_install:
|
||||
- sudo apt-get install libicu-dev -y
|
||||
- sudo apt-get install libqt4-dev libqtwebkit-dev -y
|
||||
- wget -P /tmp http://phantomjs.googlecode.com/files/phantomjs-1.7.0-linux-i686.tar.bz2
|
||||
- tar -xf /tmp/phantomjs-1.7.0-linux-i686.tar.bz2 -C /tmp/
|
||||
- PATH=$PATH:/tmp/phantomjs-1.7.0-linux-i686/bin
|
||||
- gem install charlock_holmes -v="0.6.9"
|
||||
branches:
|
||||
only:
|
||||
|
|
Loading…
Reference in a new issue