summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-06-30 11:44:21 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-15 02:23:41 +0200
commit1f451d54b4c1024fa8a33645da987afc8634e267 (patch)
treea24eaf279e8224767ccdbc9fbe625741fb0b9e17 /.travis.yml
parent091ff31a9b09f97fad5504dcc1f7add3c027b5f3 (diff)
Tets against php 7.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.travis.yml')
-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"