diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-16 12:54:35 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-16 12:54:35 +0200 |
commit | 5d9788b05cc72858c3bdcd4c9b3f0beae4e91e7b (patch) | |
tree | ab8620b579e8f3c02890f6c07d8f683105801c5f /.travis.yml | |
parent | 0e9794ca5d04b69d347c14ac6e5a273da6bea8b0 (diff) | |
download | gitlab-ce-5d9788b05cc72858c3bdcd4c9b3f0beae4e91e7b.tar.gz |
Another try for phantom
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 051c9811f51..868a6c6c238 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,8 @@ before_install: - sudo apt-get install libicu-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 + - sudo rm -rf /usr/local/phantomjs + - sudo mv /tmp/phantomjs-1.7.0-linux-i686 /usr/local/phantomjs - gem install charlock_holmes -v="0.6.9" branches: only: |