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>2017-01-23 20:58:22 +0300
committerJoas Schilling <coding@schilljs.com>2017-01-23 20:58:22 +0300
commitd19fc72a9d4f2a591a0ca63db2c0ebf89921cc9c (patch)
tree96c5670698352fc2e192ec2c6794d5dbfc3455e0 /.travis.yml
parentc40983deebd095c07d7778aad5727933439cf76a (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 5794e8d..a443233 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,8 @@
language: php
php:
- 5.6
- - 7
+ - 7.0
+ - 7.1
env:
global:
@@ -50,13 +51,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