diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-16 12:47:09 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-16 12:47:09 +0200 |
commit | 0e9794ca5d04b69d347c14ac6e5a273da6bea8b0 (patch) | |
tree | 69d11dd9313eb00c95559e730b0d6af1b08fe827 /.travis.yml | |
parent | 5e262cf4fdefcd409952c175d09119a1770fe6ee (diff) | |
download | gitlab-ce-0e9794ca5d04b69d347c14ac6e5a273da6bea8b0.tar.gz |
new phantomjs for travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
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: |