1
0
mirror of synced 2024-11-21 21:06:07 +03:00
api-client-php/.travis.yml
Alex Lushpai 2e4e24f507
Fix CostsDelete method (#62)
* change phpunit call to prevent of using global configuration
* fix CostsDelete method
2018-03-06 14:01:00 +03:00

20 lines
260 B
YAML

language: php
cache:
directories:
- $HOME/.composer/cache
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- '7.2'
before_script:
- flags="-o"
- composer install $flags
script: php ./vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist