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

github.com/nextcloud/password_policy.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 14:48:05 +0300
committerJoas Schilling <coding@schilljs.com>2019-12-05 14:48:05 +0300
commit5b73e0cb4ebc008a73c473979e952d56544e9576 (patch)
treecfba504ad86f1d5b3f98e6a4f8888f3300214837 /.travis.yml
parent617c35d4e4a357c70413ac763a234f95a6499b5f (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 a05852c..8df5ea0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,8 @@
language: php
php:
- - 7.1
- 7.2
- 7.3
+ - 7.4snapshot
services:
- mysql
@@ -57,13 +57,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