Skip to content

Commit d991ce6

Browse files
committed
Merge pull request gitlabhq#2390 from simi/master
No need to install custom phantomjs for travis.
2 parents 1f3bdd4 + 103bb23 commit d991ce6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ env:
33
- DB=mysql
44
before_install:
55
- 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
106
- gem install charlock_holmes -v="0.6.9"
117
branches:
128
only:

0 commit comments

Comments
 (0)