mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Update travis environment and bump composer.lock
This commit is contained in:
@@ -1,19 +1,25 @@
|
|||||||
language: php
|
language: php
|
||||||
|
sudo: require
|
||||||
env:
|
env:
|
||||||
- SETUP_MODE=update TEST_SUITE=1
|
- SETUP_MODE=update TEST_SUITE=1
|
||||||
- SETUP_MODE=update TEST_SUITE=2
|
- SETUP_MODE=update TEST_SUITE=2
|
||||||
- SETUP_MODE=install TEST_SUITE=1
|
- SETUP_MODE=install TEST_SUITE=1
|
||||||
- SETUP_MODE=install TEST_SUITE=2
|
- SETUP_MODE=install TEST_SUITE=2
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
|
- 7.0
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
allow_failures:
|
||||||
|
- php: 7.0
|
||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
- memcached
|
- memcached
|
||||||
- redis
|
- redis
|
||||||
before_install:
|
before_install:
|
||||||
|
- phpenv config-rm xdebug.ini
|
||||||
- composer self-update --no-progress --no-interaction
|
- composer self-update --no-progress --no-interaction
|
||||||
- sudo apt-get purge elasticsearch
|
- sudo apt-get purge elasticsearch
|
||||||
- curl -O https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.6.0.deb && sudo dpkg -i --force-confnew elasticsearch-1.6.0.deb
|
- curl -O https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.6.0.deb && sudo dpkg -i --force-confnew elasticsearch-1.6.0.deb
|
||||||
|
4
composer.lock
generated
4
composer.lock
generated
@@ -480,7 +480,7 @@
|
|||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/alchemy-fr/symfony-cors",
|
"url": "https://github.com/alchemy-fr/symfony-cors",
|
||||||
"reference": "072bfac17eb9a25b8a4d6ddafef8823e2b8df0fd"
|
"reference": "8aafaff26e29fdd57358062d20724109a349def5"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"symfony/http-kernel": "^2.3.0|^3.0.0"
|
"symfony/http-kernel": "^2.3.0|^3.0.0"
|
||||||
@@ -517,7 +517,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "A library that adds CORS services to Silex/Symfony Applications",
|
"description": "A library that adds CORS services to Silex/Symfony Applications",
|
||||||
"time": "2015-11-20 14:57:34"
|
"time": "2015-11-20 17:55:08"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "alchemy/task-manager",
|
"name": "alchemy/task-manager",
|
||||||
|
Reference in New Issue
Block a user