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

Commit

Permalink
Merge pull request #209 from symfony-cmf/symfony-2
Browse files Browse the repository at this point in the history
use symfony 2 rather than dev-master for tests
  • Loading branch information
lsmith77 committed Oct 21, 2014
2 parents 0e09953 + fd9f9ed commit 44642b3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.4.*
- SYMFONY_VERSION=2.5.*
- SYMFONY_VERSION=dev-master
- SYMFONY_VERSION=2.6.*

before_script:
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
Expand All @@ -19,7 +19,3 @@ script: phpunit --version
notifications:
irc: "irc.freenode.org#symfony-cmf"
email: "symfony-cmf-devs@googlegroups.com"

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

0 comments on commit 44642b3

Please sign in to comment.