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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-08-30 18:50:28 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-08-30 18:50:28 +0300
commit1bc7e338a4c1856c186a30a0a2357457ac46071e (patch)
tree7cb792576698082f5b17e49810afbdd58c892586
parentc54d6d05c9186a4a814235006abf6e74242bc3a2 (diff)
Exclude older PHP versions from .travis.yml
-rw-r--r--.travis.yml14
1 files changed, 5 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 05b07beac3d..ddcba167af1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
sudo: false
language: php
php:
- - 5.4
+ - 5.6
env:
global:
@@ -41,21 +41,17 @@ matrix:
include:
- php: 7.0
env: TC=autoloader;TEST_DAV=0
- - php: 5.4
+ - php: 5.6
env: DB=pgsql;TC=litmus-v1
- - php: 5.4
+ - php: 5.6
env: DB=sqlite;TC=carddav
- - php: 5.4
+ - php: 5.6
env: DB=sqlite;TC=caldav
- - php: 5.4
- env: DB=sqlite;TC=syntax;TEST_DAV=0
- - php: 5.5
- env: DB=sqlite;TC=syntax;TEST_DAV=0
- php: 5.6
env: DB=sqlite;TC=syntax;TEST_DAV=0
- php: 7.0
env: DB=sqlite;TC=syntax;TEST_DAV=0
- - php: 5.4
+ - php: 5.6
env: DB=sqlite;TC=app:check-code;TEST_DAV=0
fast_finish: true