Skip to content
Snippets Groups Projects
Commit 103bb239 authored by Josef Šimánek's avatar Josef Šimánek
Browse files

Update .travis.yml

parent 4c800342
No related branches found
No related tags found
1 merge request!2390No need to install custom phantomjs for travis.
Loading
Loading
@@ -3,10 +3,6 @@ env:
- DB=mysql
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/
- 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:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment