Skip to content

Instantly share code, notes, and snippets.

@loicfrering
Created November 12, 2011 10:01
Show Gist options
  • Save loicfrering/1360336 to your computer and use it in GitHub Desktop.
Save loicfrering/1360336 to your computer and use it in GitHub Desktop.
Build against multiple symfony versions
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