mirror of
https://github.com/FriendsOfSymfony/FOSRest.git
synced 2026-03-24 00:32:21 +01:00
updated test setup
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,3 +1,5 @@
|
||||
/phpunit.xml
|
||||
|
||||
composer.phar
|
||||
composer.phar
|
||||
/composer.lock
|
||||
/vendor/
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user