Created
November 12, 2011 10:01
-
-
Save loicfrering/1360336 to your computer and use it in GitHub Desktop.
Build against multiple symfony versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php: 5.3 | |
env: | |
- SYMFONY_VERSION=v2.0.0 | |
- SYMFONY_VERSION=v2.0.5 | |
- SYMFONY_VERSION=master | |
before_install: | |
- php vendors.php # should read the env variable or pass directly an argument to it based on $SYMFONY_VERSION |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment