Skip to content

Commit e64d850

Browse files
committed
Travis - exclude php 5.3 + symfony 3
1 parent 1869d92 commit e64d850

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ env:
99
- SYMFONY_VERSION=2.8.*
1010
- SYMFONY_VERSION=3.0.*
1111

12+
matrix:
13+
fast_finish: true
14+
exclude:
15+
- php: 5.3
16+
env: SYMFONY_VERSION=3.0.*
17+
1218
before_script:
1319
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
1420
- composer update --dev

0 commit comments

Comments
 (0)