summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index f6fe6401..ebb529aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,8 @@ dist: trusty
language: php
php:
- 5.6
- - 7
+ - 7.0
+ - 7.1
env:
global:
- CORE_BRANCH=master
@@ -19,9 +20,9 @@ branches:
matrix:
include:
- - php: 7
+ - php: 7.0
env: DB=pgsql CORE_BRANCH=stable12
- - php: 7
+ - php: 7.0
env: DB=pgsql CORE_BRANCH=stable11
fast_finish: true
@@ -77,7 +78,7 @@ deploy:
on:
repo: nextcloud/contacts
tags: true
- php: 7
+ php: 7.0
addons:
firefox: "latest"