Slim down travis build matrix

This commit is contained in:
Ceeram 2014-08-11 18:04:35 +02:00
parent ffefa6425f
commit 3334bfa455

View file

@ -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: