Commit 5d9788b05cc72858c3bdcd4c9b3f0beae4e91e7b

Authored by Dmitriy Zaporozhets
1 parent 0e9794ca

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 5 - sudo apt-get install libicu-dev -y
6 6 - wget -P /tmp http://phantomjs.googlecode.com/files/phantomjs-1.7.0-linux-i686.tar.bz2
7 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 10 - gem install charlock_holmes -v="0.6.9"
10 11 branches:
11 12 only:
... ...