Skip to content

Commit 845da85

Browse files
committed
updating travis config
1 parent 6817473 commit 845da85

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.travis.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ php:
99
env:
1010
global:
1111
- TEST_COMMAND="composer test"
12-
matrix:
13-
- SYMFONY_VERSION=3.0.*
14-
- SYMFONY_VERSION=2.8.*
15-
- SYMFONY_VERSION=2.7.*
12+
matrix:
13+
- SYMFONY_VERSION=3.0.*
14+
- SYMFONY_VERSION=2.8.*
15+
- SYMFONY_VERSION=2.7.*
1616

1717
matrix:
1818
fast_finish: true
@@ -21,10 +21,7 @@ matrix:
2121
- env: SYMFONY_VERSION=3.0.*
2222
include:
2323
- php: 5.5
24-
env:
25-
- COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
26-
- COVERAGE=true
27-
- TEST_COMMAND="composer test-ci"
24+
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" && COVERAGE=true && TEST_COMMAND="composer test-ci"
2825

2926
before_install:
3027
- travis_retry composer self-update

0 commit comments

Comments
 (0)