a18767bddc
* combine methods for orders & customer * update status method for users * custom fields|dictionaries * task methods * segments * product groups list methods, * orders payments * multi-version * customers notes methods
19 lines
229 B
YAML
19 lines
229 B
YAML
language: php
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/.composer/cache
|
|
|
|
php:
|
|
- '5.4'
|
|
- '5.5'
|
|
- '5.6'
|
|
- '7.0'
|
|
|
|
before_script:
|
|
- flags="-o"
|
|
- composer install $flags
|
|
- cp phpunit.xml.dist phpunit.xml
|
|
|
|
script: phpunit
|