Only test supported releases and PHP versions

This commit is contained in:
Ingo Schommer 2017-02-13 22:16:47 +13:00 committed by GitHub
parent 81eaa621e7
commit c906156c93

View File

@ -3,19 +3,17 @@
language: php language: php
php: php:
- 5.3 - 5.6
env: env:
- DB=MYSQL CORE_RELEASE=3 - DB=MYSQL CORE_RELEASE=3
matrix: matrix:
include: include:
- php: 5.4
env: DB=PGSQL CORE_RELEASE=3
- php: 5.5
env: DB=MYSQL CORE_RELEASE=3.2
- php: 5.6 - php: 5.6
env: DB=MYSQL CORE_RELEASE=3.2 env: DB=PGSQL CORE_RELEASE=3
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3
before_script: before_script:
- pear -q install --onlyreqdeps pear/PHP_CodeSniffer - pear -q install --onlyreqdeps pear/PHP_CodeSniffer