Added travis support

This commit is contained in:
l3l0 2012-09-04 15:27:19 +02:00
parent 5e4d9c832c
commit ccd2a66f08
2 changed files with 15 additions and 0 deletions

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: php
php:
- 5.3
- 5.4
before_script:
- curl -s http://getcomposer.org/installer | php -- --quiet
- php composer.phar install --dev
script:
- phpunit

View File

@ -19,6 +19,9 @@
"symfony/framework-bundle": "2.*",
"knplabs/gaufrette": "*"
},
"require-dev": {
"symfony/yaml": "2.*"
},
"autoload": {
"psr-0": {
"Knp\\Bundle\\GaufretteBundle": ""