Skip to content

Commit

Permalink
update readme and travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric G committed Jun 4, 2012
1 parent 7e5959f commit ca70014
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ php:
env:
- SYMFONY_VERSION=v2.1

branches:
only:
- symfony2.0

before_script: php Tests/vendors.php
script: phpunit
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ The idea is:
Documentation
=============

The `master` branch is now compatible with Symfony 2.1, if you are using Symfony 2.0.x use the `symfony2.0` branch.

For installation and how to use the bundle refer to [Resources/doc/index.md](https://github.com/lexik/LexikFormFilterBundle/blob/master/Resources/doc/index.md)

0 comments on commit ca70014

Please sign in to comment.