Commit 5d9788b05cc72858c3bdcd4c9b3f0beae4e91e7b
1 parent
0e9794ca
Exists in
master
and in
4 other branches
Another try for phantom
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
.travis.yml
@@ -5,7 +5,8 @@ before_install: | @@ -5,7 +5,8 @@ before_install: | ||
5 | - sudo apt-get install libicu-dev -y | 5 | - sudo apt-get install libicu-dev -y |
6 | - wget -P /tmp http://phantomjs.googlecode.com/files/phantomjs-1.7.0-linux-i686.tar.bz2 | 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/ | 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 | 8 | + - sudo rm -rf /usr/local/phantomjs |
9 | + - sudo mv /tmp/phantomjs-1.7.0-linux-i686 /usr/local/phantomjs | ||
9 | - gem install charlock_holmes -v="0.6.9" | 10 | - gem install charlock_holmes -v="0.6.9" |
10 | branches: | 11 | branches: |
11 | only: | 12 | only: |