mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-04-04 05:43:35 +03:00
Added travis.ci file
This commit is contained in:
parent
01f5ad02a8
commit
623461a926
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
language: php
|
||||
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
|
||||
before_script:
|
||||
- tests/SetupEnvironment.sh
|
||||
- composer install --dev
|
||||
|
||||
script: phpunit --verbose --coverage-text
|
Loading…
Add table
Reference in a new issue