Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 7394c8e

Browse files
committed
Fixed travis config
1 parent 4b0c4cf commit 7394c8e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

components/testing.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,10 @@ in the root directory of your bundle:
135135
env:
136136
- SYMFONY_VERSION=2.2.*
137137
- SYMFONY_VERSION=2.3.*
138+
- SYMFONY_VERSION=dev-master
138139
139140
before_script:
140-
- composer require symfony/framework-bundle:${SYMFONY_VERSION}
141+
- composer require symfony/symfony:${SYMFONY_VERSION}
141142
- vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
142143
143144
script: phpunit --coverage-text
@@ -146,6 +147,10 @@ in the root directory of your bundle:
146147
irc: "irc.freenode.org#symfony-cmf"
147148
148149
150+
matrix:
151+
allow_failures:
152+
- env: SYMFONY_VERSION=dev-master
153+
149154
Implementing the Component
150155
--------------------------
151156

0 commit comments

Comments
 (0)