Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_downloadactivity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index bac0035..8787118 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
language: php
php:
- - 7.0
- 7.1
- 7.2
- 7.3
@@ -51,13 +50,13 @@ script:
matrix:
include:
- - php: 7.0
+ - php: 7.1
env: DB=mysql
- - php: 7.0
+ - php: 7.1
env: DB=pgsql
- - php: 7.0
+ - php: 7.1
env: DB=mysql;CODECHECK=1
- - php: 7.0
+ - php: 7.1
env: DB=mysql;CODECHECK=2
allow_failures:
- env: DB=mysql;CODECHECK=2