initial .travis.yml.

This commit is contained in:
Paweł Jędrzejewski 2011-12-16 11:02:09 +01:00
parent f61600d7f7
commit 862443b73f
2 changed files with 20 additions and 0 deletions

10
src/Sylius/Bundle/CartBundle/.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
.buildpath
.project
.settings/
phpunit.xml
Tests/autoload.php
nbproject
vendor/
composer.phar
composer.lock

View file

@ -0,0 +1,10 @@
language: php
php:
- 5.3
- 5.4
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install