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:
fast_finish: true
include:
- php: 7.0
env:
- DB=PGSQL
- PHPUNIT_TEST=framework
- php: 5.6
env:
- DB=MYSQL
@ -27,7 +23,7 @@ matrix:
- PHPCS_TEST=1
- php: 7.0
env:
- DB=MYSQL
- DB=PGSQL
- PHPUNIT_TEST=framework
- php: 7.1.2
env: