Merge pull request #61 from nextcloud/master_fix-build
Build tests again master and stable and update to nc 13
This commit is contained in:
Коммит
b4d6f26ccd
18
.travis.yml
18
.travis.yml
|
@ -1,5 +1,7 @@
|
|||
sudo: required
|
||||
dist: trusty
|
||||
matrix:
|
||||
fast_finish: true
|
||||
language: php
|
||||
php:
|
||||
- 5.6
|
||||
|
@ -19,10 +21,15 @@ services:
|
|||
|
||||
env:
|
||||
global:
|
||||
- CORE_BRANCH=master
|
||||
- PHP_COVERAGE=TRUE
|
||||
- TEST_JS=FALSE
|
||||
matrix:
|
||||
- DB=sqlite
|
||||
- CORE_BRANCH=master DB=sqlite
|
||||
- CORE_BRANCH=master DB=mysql
|
||||
- CORE_BRANCH=master DB=pgsql
|
||||
- CORE_BRANCH=stable12 DB=sqlite
|
||||
- CORE_BRANCH=stable12 DB=mysql
|
||||
- CORE_BRANCH=stable12 DB=pgsql
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
@ -86,10 +93,5 @@ script:
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- php: 7
|
||||
env: "DB=sqlite CORE_BRANCH=stable11"
|
||||
- php: 5.6
|
||||
env: "DB=mysql TEST_JS=TRUE"
|
||||
- php: 7.0
|
||||
env: "DB=pgsql"
|
||||
- env: "CORE_BRANCH=master DB=mysql TEST_JS=TRUE"
|
||||
fast_finish: true
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<dependencies>
|
||||
<php min-version="5.6" max-version="7.1"></php>
|
||||
<nextcloud min-version="11" max-version="12" />
|
||||
<nextcloud min-version="12" max-version="13" />
|
||||
</dependencies>
|
||||
|
||||
<two-factor-providers>
|
||||
|
|
Загрузка…
Ссылка в новой задаче