NEW: Simplified test runs.

We don’t use SQLite in production and so it doesn’t need to be part of
our build matrix.
This commit is contained in:
Sam Minnee 2016-10-26 16:16:35 +13:00
parent 015411307d
commit c47a1d9091
1 changed files with 3 additions and 7 deletions

View File

@ -18,14 +18,12 @@ env:
matrix:
fast_finish: true
include:
- php: 5.5
env: DB=MYSQL PHPUNIT_TEST=1
- php: 5.5
env: DB=PGSQL PHPUNIT_TEST=1
- php: 5.5
env: DB=SQLITE PHPUNIT_TEST=1
- php: 5.6
env: DB=MYSQL PDO=1 PHPUNIT_TEST=1
env: DB=MYSQL PHPUNIT_TEST=1
- php: 7.0
env: DB=MYSQL PDO=1 PHPUNIT_COVERAGE_TEST=1
- php: 5.6
env: DB=MYSQL BEHAT_TEST=1
- php: 5.6
@ -34,8 +32,6 @@ matrix:
env: DB=MYSQL CMS_TEST=1 PHPUNIT_TEST=1
- php: 5.6
env: DB=MYSQL CMS_TEST=1 BEHAT_TEST=1
- php: 7.0
env: DB=MYSQL PDO=1 PHPUNIT_COVERAGE_TEST=1
allow_failures:
- php: 5.6
env: DB=MYSQL CMS_TEST=1 PHPUNIT_TEST=1