Commit 103bb239e52614baf894876d0c40870244f2c377
1 parent
4c800342
Exists in
master
and in
4 other branches
Update .travis.yml
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
.travis.yml
... | ... | @@ -3,10 +3,6 @@ env: |
3 | 3 | - DB=mysql |
4 | 4 | before_install: |
5 | 5 | - sudo apt-get install libicu-dev -y |
6 | - - wget -P /tmp http://phantomjs.googlecode.com/files/phantomjs-1.7.0-linux-i686.tar.bz2 | |
7 | - - tar -xf /tmp/phantomjs-1.7.0-linux-i686.tar.bz2 -C /tmp/ | |
8 | - - sudo rm -rf /usr/local/phantomjs | |
9 | - - sudo mv /tmp/phantomjs-1.7.0-linux-i686 /usr/local/phantomjs | |
10 | 6 | - gem install charlock_holmes -v="0.6.9" |
11 | 7 | branches: |
12 | 8 | only: | ... | ... |