mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06: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:
|
env:
|
||||||
- DB=mysql
|
- DB=mysql
|
||||||
- DB=pgsql
|
|
||||||
- DB=sqlite
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- memcached
|
- memcached
|
||||||
|
@ -18,9 +16,14 @@ services:
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- php: 5.4
|
- php: 5.5
|
||||||
env:
|
env: DB=pgsql
|
||||||
- PHPCS=1
|
|
||||||
|
- php: 5.5
|
||||||
|
env: DB=sqlite
|
||||||
|
|
||||||
|
- php: 5.5
|
||||||
|
env: PHPCS=1
|
||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue