1
0
mirror of synced 2024-11-21 21:06:07 +03:00
api-client-php/.travis.yml
2019-08-30 14:10:52 +03:00

21 lines
300 B
YAML

language: php
cache:
directories:
- $HOME/.composer/cache
php:
- '7.0'
- '7.1'
- '7.2'
- '7.3'
before_script:
- flags="-o"
- composer install $flags
script: php ./vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist
after_success:
- bash <(curl -s https://codecov.io/bash)