Merge pull request #111 from owncloud/fix-travis

Disable builds for 5.4 and 5.5
This commit is contained in:
Lukas Reschke 2016-09-17 16:47:56 +02:00 committed by GitHub
commit c6340c69ff

View File

@ -1,10 +1,7 @@
language: php language: php
php: php:
- 5.4
- 5.5
- 5.6 - 5.6
# - hhvm
- 7 - 7
env: env:
@ -38,12 +35,8 @@ script:
matrix: matrix:
include: include:
- php: 5.4 - php: 5.6
env: DB=mysql env: DB=mysql
- php: 5.4 - php: 5.6
env: DB=pgsql env: DB=pgsql
# - php: 5.4
# env: DB=oracle
# allow_failures:
# - php: hhvm
fast_finish: true fast_finish: true