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:47:09 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-16 14:47:09 +0400
commit0e9794ca5d04b69d347c14ac6e5a273da6bea8b0 (patch)
tree69d11dd9313eb00c95559e730b0d6af1b08fe827 /.travis.yml
parent5e262cf4fdefcd409952c175d09119a1770fe6ee (diff)
new phantomjs for travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fe602a591b1..051c9811f51 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,9 @@ env:
- DB=mysql
before_install:
- sudo apt-get install libicu-dev -y
- - sudo apt-get install libqt4-dev libqtwebkit-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
- gem install charlock_holmes -v="0.6.9"
branches:
only: