summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index ad00ded07cb..e8bd744267f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,16 +3,12 @@ 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:
- 'master'
rvm:
- - 1.9.3
+ - 1.9.2
services:
- mysql
- postgresql