Skip to content

Instantly share code, notes, and snippets.

@mickaelandrieu
Created January 8, 2014 14:39
Show Gist options
  • Save mickaelandrieu/8317774 to your computer and use it in GitHub Desktop.
Save mickaelandrieu/8317774 to your computer and use it in GitHub Desktop.
Common travis configuration to test Symfony projects
language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
before_script:
- composer --prefer-source install
script: phpunit -c app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment