Skip to content

Commit de45068

Browse files
committed
Added default version
1 parent 5d68512 commit de45068

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ php:
77
- 5.6
88
- hhvm
99

10+
env:
11+
SYMFONY_VERSION=2.3.*
12+
1013
matrix:
1114
allow_failures:
1215
- env: SYMFONY_VERSION=dev-master
1316
include:
1417
- php: 5.5
1518
env: SYMFONY_VERSION=2.2.*
16-
- php: 5.5
17-
env: SYMFONY_VERSION=2.3.*
1819
- php: 5.5
1920
env: SYMFONY_VERSION=2.4.*
2021
- php: 5.5
@@ -23,7 +24,7 @@ matrix:
2324
env: SYMFONY_VERSION=dev-master
2425

2526
before_script:
26-
- sh -c 'if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/routing:${SYMFONY_VERSION} --prefer-source; fi;'
27+
- composer require symfony/routing:${SYMFONY_VERSION} --prefer-source
2728

2829
script: phpunit --coverage-text
2930

0 commit comments

Comments
 (0)