mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-23 18:18:21 +08:00
Use latest ES version for fix tests
This commit is contained in:
@@ -20,7 +20,6 @@ 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
|
||||||
@@ -36,6 +35,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"
|
||||||
|
|||||||
Reference in New Issue
Block a user