mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
initial .travis.yml.
This commit is contained in:
parent
f61600d7f7
commit
862443b73f
2 changed files with 20 additions and 0 deletions
10
src/Sylius/Bundle/CartBundle/.gitignore
vendored
Normal file
10
src/Sylius/Bundle/CartBundle/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.buildpath
|
||||
.project
|
||||
.settings/
|
||||
phpunit.xml
|
||||
Tests/autoload.php
|
||||
nbproject
|
||||
vendor/
|
||||
composer.phar
|
||||
composer.lock
|
||||
|
||||
10
src/Sylius/Bundle/CartBundle/.travis.yml
Normal file
10
src/Sylius/Bundle/CartBundle/.travis.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
language: php
|
||||
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
|
||||
before_script:
|
||||
- wget http://getcomposer.org/composer.phar
|
||||
- php composer.phar install
|
||||
|
||||
Loading…
Add table
Reference in a new issue