Skip to content

Commit

Permalink
Revert "Use latest ES version for fix tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Nov 9, 2014
1 parent adf9e91 commit 22e7bf4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ matrix:
services:
- redis-server
- memcached
- elasticsearch
- mongodb

# faster builds on new travis setup not using sudo
# Disabled for install and use latest elasticsearch version
# sudo: false
sudo: false

# cache vendor dirs
cache:
Expand All @@ -37,10 +37,6 @@ cache:
addons:
postgresql: "9.3"

before_install:
- travis_retry wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.4.deb && sudo dpkg -i --force-confnew elasticsearch-1.3.4.deb
- sudo service elasticsearch start

install:
- travis_retry composer self-update && composer --version
- travis_retry composer global require "fxp/composer-asset-plugin:1.0.0-beta3"
Expand Down

0 comments on commit 22e7bf4

Please sign in to comment.