mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-23 18:18:21 +08:00
Merge pull request #5660 from aivus/patch-1
Use latest ES version for fix tests
This commit is contained in:
@@ -20,11 +20,11 @@ matrix:
|
||||
services:
|
||||
- redis-server
|
||||
- memcached
|
||||
- elasticsearch
|
||||
- mongodb
|
||||
|
||||
# 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:
|
||||
@@ -36,6 +36,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