Skip to content

Commit

Permalink
Merge pull request sonata-project#22 from asm89/update-travis-yml
Browse files Browse the repository at this point in the history
Update .travis.yml to test against latest stable version of Symfony
  • Loading branch information
rande committed Apr 14, 2012
2 parents 5ad85a4 + d4690bf commit a163a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,12 +3,12 @@ php:
- 5.3

env:
- SYMFONY_VERSION=v2.0.11
- SYMFONY_VERSION=v2.0.12
- SYMFONY_VERSION=origin/2.0
- SYMFONY_VERSION=origin/master

before_script: php Tests/tests/vendors.php
script: phpunit

notifications:
webhooks: http://sonata-project.org/bundles/intl/master/travis
webhooks: http://sonata-project.org/bundles/intl/master/travis

0 comments on commit a163a4a

Please sign in to comment.