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

Fixed travis config #229

Merged
merged 1 commit into from
Aug 9, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion components/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,10 @@ in the root directory of your bundle:
env:
- SYMFONY_VERSION=2.2.*
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=dev-master

before_script:
- composer require symfony/framework-bundle:${SYMFONY_VERSION}
- composer require symfony/symfony:${SYMFONY_VERSION}
- vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh

script: phpunit --coverage-text
Expand All @@ -146,6 +147,10 @@ in the root directory of your bundle:
irc: "irc.freenode.org#symfony-cmf"
email: "[email protected]"

matrix:
allow_failures:
- env: SYMFONY_VERSION=dev-master

Implementing the Component
--------------------------

Expand Down