Commit 2226f01a by Alexander Makarov

Merge pull request #5660 from aivus/patch-1

Use latest ES version for fix tests
parents 95732db9 a1a68f52
...@@ -20,11 +20,11 @@ matrix: ...@@ -20,11 +20,11 @@ matrix:
services: services:
- redis-server - redis-server
- memcached - memcached
- elasticsearch
- mongodb - mongodb
# faster builds on new travis setup not using sudo # faster builds on new travis setup not using sudo
sudo: false # Disabled for install and use latest elasticsearch version
# sudo: false
# cache vendor dirs # cache vendor dirs
cache: cache:
...@@ -36,6 +36,10 @@ cache: ...@@ -36,6 +36,10 @@ cache:
addons: addons:
postgresql: "9.3" 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: install:
- composer self-update && composer --version - composer self-update && composer --version
- composer global require "fxp/composer-asset-plugin:1.0.0-beta3" - 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