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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2019-07-31 07:55:07 +0300
committerdartcafe <github@dartcafe.de>2019-07-31 07:55:07 +0300
commitbcbb40080a9dc63077da350b5b645fbc922056c3 (patch)
treead2c02ca40ac8a38b66bfc17b99175f5b6751515 /.travis.yml
parent95e6d2fa2ef8120fd5a715f7df6ffe7ad3c1c9aa (diff)
Update travis config
- remove PHP 7 - added PHP 7.3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 0e3a8348..591de5b8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,15 +7,15 @@ services:
- postgresql
php:
- - 7.0
- 7.1
- 7.2
+ - 7.3
addons:
apt:
packages:
- libxml2-utils
-
+
env:
global:
- CORE_BRANCH=stable14