mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
Add travis config
This commit is contained in:
parent
0111ca4f2c
commit
9eedb8e643
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
language: php
|
||||||
|
|
||||||
|
php:
|
||||||
|
- 5.3.2
|
||||||
|
- 5.3
|
||||||
|
- 5.4
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- wget -nc http://getcomposer.org/composer.phar
|
||||||
|
- php composer.phar install
|
||||||
|
|
||||||
|
script: phpunit
|
Loading…
x
Reference in New Issue
Block a user