updated test setup

This commit is contained in:
Lukas Kahwe Smith
2013-07-26 16:00:12 +02:00
parent b836af42da
commit 1d0a0d5b3c
2 changed files with 6 additions and 1 deletions

4
.gitignore vendored
View File

@@ -1,3 +1,5 @@
/phpunit.xml
composer.phar
composer.phar
/composer.lock
/vendor/

View File

@@ -3,10 +3,13 @@ language: php
php:
- 5.3
- 5.4
- 5.5
env:
- SYMFONY_VERSION=2.0.*
- SYMFONY_VERSION=2.1.*
- SYMFONY_VERSION=2.2.*
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=dev-master
before_script: