Skip to content

Commit de901cc

Browse files
committed
Merge pull request #705 from xabbuh/fix-symfony-master-build
ensure that building with the Symfony 2.5 dev dependency succeeds
2 parents 1cf9362 + 541589d commit de901cc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
- SYMFONY_VERSION=2.2.*
1010
- SYMFONY_VERSION=2.3.*
1111
- SYMFONY_VERSION=2.4.*
12-
- SYMFONY_VERSION=dev-master
12+
- SYMFONY_VERSION='dev-master symfony/event-dispatcher:~2.5@dev'
1313

1414
before_script:
1515
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
@@ -21,6 +21,3 @@ notifications:
2121
email:
2222
2323

24-
matrix:
25-
allow_failures:
26-
- env: SYMFONY_VERSION=dev-master

0 commit comments

Comments
 (0)