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

github.com/nextcloud/nextcloud_announcements.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:53:12 +0300
committerJoas Schilling <coding@schilljs.com>2017-01-23 20:53:12 +0300
commit7085e85142f0da2be360addfe06592381411bcd9 (patch)
tree146b9bccb2b51feae828606413a89bcc6fad0f58 /.travis.yml
parente98f3ff3ad9310fc0d857afc2c32c06fea38e5fb (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 e017a56..d804920 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