MINOR: Drop dual MYSQL/PGSQL builds for PHP7

We can get away with testing MySQL on PHP 5.6
and PHP 7.1 and testing PGSQL on PHP 7.0. We don’t
need a full matrix.
This commit is contained in:
Sam Minnee 2017-06-28 16:57:20 +12:00
parent 1fa712e189
commit 07913e6df6
1 changed files with 1 additions and 5 deletions

View File

@ -16,10 +16,6 @@ env:
matrix: matrix:
fast_finish: true fast_finish: true
include: include:
- php: 7.0
env:
- DB=PGSQL
- PHPUNIT_TEST=framework
- php: 5.6 - php: 5.6
env: env:
- DB=MYSQL - DB=MYSQL
@ -27,7 +23,7 @@ matrix:
- PHPCS_TEST=1 - PHPCS_TEST=1
- php: 7.0 - php: 7.0
env: env:
- DB=MYSQL - DB=PGSQL
- PHPUNIT_TEST=framework - PHPUNIT_TEST=framework
- php: 7.1.2 - php: 7.1.2
env: env: