Commit 9e30d73c by Ilya Antipenko

Use latest ES version for fix tests

parent 95732db9
......@@ -20,7 +20,6 @@ matrix:
services:
- redis-server
- memcached
- elasticsearch
- mongodb
# faster builds on new travis setup not using sudo
......@@ -36,6 +35,10 @@ cache:
addons:
postgresql: "9.3"
before_install:
- 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:
- composer self-update && composer --version
- composer global require "fxp/composer-asset-plugin:1.0.0-beta3"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment