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>2017-01-23 20:57:30 +0300
committerJoas Schilling <coding@schilljs.com>2017-01-23 20:57:30 +0300
commit444d590876e5876eda4b585325d2f75cdf098226 (patch)
tree8e2f94f7fd46c33bc5089ae961913f890fd55d3e /.travis.yml
parente6c764864a2392a08b0f62972cb3d702c8b3fa2c (diff)
Update php testing versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 89416e2..35d31d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,8 @@
language: php
php:
- 5.6
- - 7
+ - 7.0
+ - 7.1
env:
global:
@@ -49,13 +50,13 @@ script:
matrix:
include:
- - php: 5.6
+ - php: 7.0
env: DB=mysql
- - php: 5.6
+ - php: 7.0
env: DB=pgsql
- - php: 5.6
+ - php: 7.0
env: DB=mysql;CODECHECK=1
- - php: 5.6
+ - php: 7.0
env: DB=mysql;CODECHECK=2
allow_failures:
- env: DB=mysql;CODECHECK=2