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

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-01-07 18:13:30 +0300
committerJoas Schilling <coding@schilljs.com>2019-01-07 18:13:30 +0300
commit2bebad05a7d7e1fd922678841214cc007c8cee64 (patch)
tree3306f8e3310a96b1a064f85915e395ce3b2ae110 /.travis.yml
parent9e6c9a58197bfa2edf2cc1702c820393fb56ee71 (diff)
Update master php testing versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 b00f8a2..ca0c45c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
language: php
php:
- - 7.0
- 7.1
- 7.2
- 7.3
@@ -54,13 +53,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