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-12-05 15:07:10 +0300
committerJoas Schilling <coding@schilljs.com>2019-12-05 15:07:10 +0300
commit3bff4d57b89d742781fb9418f8680badb5cd7b03 (patch)
tree6ca9f6f0f6b57bd33fc05f56fb80e472f96c3eef /.travis.yml
parentb1c7ac97ed6e44a39c580fd5079bb54f2d9a8c0f (diff)
Update master php testing versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 7be5d36..8c87534 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,8 @@
language: php
php:
- - 7.1
- 7.2
- 7.3
+ - 7.4snapshot
services:
- mysql
- postgresql
@@ -56,13 +56,13 @@ script:
matrix:
include:
- - php: 7.1
+ - php: 7.3
env: DB=mysql
- - php: 7.1
+ - php: 7.3
env: DB=pgsql
- - php: 7.1
+ - php: 7.3
env: DB=mysql;CODECHECK=1
- - php: 7.1
+ - php: 7.3
env: DB=mysql;CODECHECK=2
allow_failures:
- env: DB=mysql;CODECHECK=2