зеркало из https://github.com/nextcloud/news.git
remove php 7 from allowed failures
This commit is contained in:
Родитель
0f63ffb59e
Коммит
0f82604add
|
@ -2,6 +2,7 @@ language: php
|
||||||
php:
|
php:
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
|
- 7
|
||||||
- hhvm
|
- hhvm
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
@ -12,7 +13,6 @@ env:
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
- php: 7
|
|
||||||
- env: DB=pgsql CORE_BRANCH=master
|
- env: DB=pgsql CORE_BRANCH=master
|
||||||
include:
|
include:
|
||||||
- php: 5.5
|
- php: 5.5
|
||||||
|
@ -21,9 +21,6 @@ matrix:
|
||||||
env: DB=mysql
|
env: DB=mysql
|
||||||
- php: 5.5
|
- php: 5.5
|
||||||
env: DB=pgsql CORE_BRANCH=stable8.2
|
env: DB=pgsql CORE_BRANCH=stable8.2
|
||||||
# experimental PHP 7 features
|
|
||||||
- php: 7
|
|
||||||
env: DB=pgsql CORE_BRANCH=master
|
|
||||||
# master branch
|
# master branch
|
||||||
- php: 5.5
|
- php: 5.5
|
||||||
env: DB=pgsql CORE_BRANCH=master
|
env: DB=pgsql CORE_BRANCH=master
|
||||||
|
|
Загрузка…
Ссылка в новой задаче