Skip to content

Commit 37a5392

Browse files
committed
updating travis config
1 parent 20ffdcf commit 37a5392

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ php:
99
env:
1010
global:
1111
- TEST_COMMAND="composer test"
12-
- SYMFONY_VERSION=2.8.*
12+
- SYMFONY_VERSION=3.0.*
13+
- SYMFONY_VERSION=2.8.*
14+
- SYMFONY_VERSION=2.7.*
1315

1416
matrix:
1517
fast_finish: true
@@ -22,7 +24,6 @@ matrix:
2224
- COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
2325
- COVERAGE=true
2426
- TEST_COMMAND="composer test-ci"
25-
- env: SYMFONY_VERSION=2.7.*
2627

2728
before_install:
2829
- travis_retry composer self-update

0 commit comments

Comments
 (0)