Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-16 14:54:35 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-16 14:54:35 +0400
commit5d9788b05cc72858c3bdcd4c9b3f0beae4e91e7b (patch)
treeab8620b579e8f3c02890f6c07d8f683105801c5f /.travis.yml
parent0e9794ca5d04b69d347c14ac6e5a273da6bea8b0 (diff)
Another try for phantom
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
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: