Skip to content

Commit 7c2cab5

Browse files
committed
Fixed travis
1 parent cf19042 commit 7c2cab5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ php:
88
env:
99
- SYMFONY_VERSION=2.2.*
1010
- SYMFONY_VERSION=2.3.*
11+
- SYMFONY_VERSION=dev-master
1112

1213
before_script:
13-
- composer require symfony/framework-bundle:${SYMFONY_VERSION}
14+
- composer require symfony/symfony:${SYMFONY_VERSION}
1415
- vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
1516

1617
script: phpunit --coverage-text
1718

1819
notifications:
1920
irc: "irc.freenode.org#symfony-cmf"
2021
22+
23+
matrix:
24+
allow_failures:
25+
- env: SYMFONY_VERSION=dev-master

0 commit comments

Comments
 (0)