mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-22 03:06:02 +03:00
Added travis.ci file
This commit is contained in:
parent
01f5ad02a8
commit
623461a926
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…
Reference in New Issue
Block a user