mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Slim down travis build matrix
This commit is contained in:
parent
ffefa6425f
commit
3334bfa455
1 changed files with 8 additions and 5 deletions
13
.travis.yml
13
.travis.yml
|
@ -9,8 +9,6 @@ php:
|
|||
|
||||
env:
|
||||
- DB=mysql
|
||||
- DB=pgsql
|
||||
- DB=sqlite
|
||||
|
||||
services:
|
||||
- memcached
|
||||
|
@ -18,9 +16,14 @@ services:
|
|||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- php: 5.4
|
||||
env:
|
||||
- PHPCS=1
|
||||
- php: 5.5
|
||||
env: DB=pgsql
|
||||
|
||||
- php: 5.5
|
||||
env: DB=sqlite
|
||||
|
||||
- php: 5.5
|
||||
env: PHPCS=1
|
||||
|
||||
|
||||
before_script:
|
||||
|
|
Loading…
Add table
Reference in a new issue