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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-09-17 17:40:58 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-09-17 17:40:58 +0300
commit128e0cbf1eb36d568653e0cbb8cd25eddf0b66b8 (patch)
tree061d89392753ee0b9ce90490d65f5176cf107a5c /.travis.yml
parent7a0d2b944cde026abd6527bf3e51f41e809faa9c (diff)
Disable builds for 5.4 and 5.5
Not anymore supported in Nc and oC master.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 2 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 9053a5ea..dd3eb1da 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,7 @@
language: php
php:
- - 5.4
- - 5.5
- 5.6
-# - hhvm
- 7
env:
@@ -38,12 +35,8 @@ script:
matrix:
include:
- - php: 5.4
+ - php: 5.6
env: DB=mysql
- - php: 5.4
+ - php: 5.6
env: DB=pgsql
-# - php: 5.4
-# env: DB=oracle
-# allow_failures:
-# - php: hhvm
fast_finish: true