mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-24 02:27:22 +08:00
Use latest ES version for fix tests
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user