Commit 0e9794ca5d04b69d347c14ac6e5a273da6bea8b0
1 parent
5e262cf4
Exists in
master
and in
4 other branches
new phantomjs for travis
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
.travis.yml
... | ... | @@ -3,7 +3,9 @@ env: |
3 | 3 | - DB=mysql |
4 | 4 | before_install: |
5 | 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 | 9 | - gem install charlock_holmes -v="0.6.9" |
8 | 10 | branches: |
9 | 11 | only: | ... | ... |