Skip to content

Commit

Permalink
set allow_failure
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Nov 21, 2012
1 parent 00104a1 commit cf7baba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -19,3 +19,9 @@ script: phpunit -c tests/phpunit_${TRANSPORT}.xml.dist
notifications:
irc: "irc.freenode.org#symfony-cmf"
email: "symfony-cmf-devs@googlegroups.com"

matrix:
allow_failures:
- env: TRANSPORT=doctrine_dbal
- env: TRANSPORT=midgard_sqlite
- env: TRANSPORT=midgard_mysql

0 comments on commit cf7baba

Please sign in to comment.