Disable builds for 5.4 and 5.5

Not anymore supported in Nc and oC master.
pull/1/head
Lukas Reschke 8 years ago
parent 7a0d2b944c
commit 128e0cbf1e
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1

@ -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

Loading…
Cancel
Save