Commit 0e9794ca5d04b69d347c14ac6e5a273da6bea8b0

Authored by Dmitriy Zaporozhets
1 parent 5e262cf4

new phantomjs for travis

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
@@ -3,7 +3,9 @@ env: @@ -3,7 +3,9 @@ env:
3 - DB=mysql 3 - DB=mysql
4 before_install: 4 before_install:
5 - sudo apt-get install libicu-dev -y 5 - sudo apt-get install libicu-dev -y
6 - - sudo apt-get install libqt4-dev libqtwebkit-dev -y 6 + - wget -P /tmp http://phantomjs.googlecode.com/files/phantomjs-1.7.0-linux-i686.tar.bz2
  7 + - tar -xf /tmp/phantomjs-1.7.0-linux-i686.tar.bz2 -C /tmp/
  8 + - PATH=$PATH:/tmp/phantomjs-1.7.0-linux-i686/bin
7 - gem install charlock_holmes -v="0.6.9" 9 - gem install charlock_holmes -v="0.6.9"
8 branches: 10 branches:
9 only: 11 only: