1
0
mirror of synced 2024-11-22 05:16:07 +03:00
api-client-php/.travis.yml

21 lines
300 B
YAML
Raw Normal View History

2016-04-14 22:22:18 +03:00
language: php
2016-04-14 22:28:55 +03:00
cache:
directories:
- $HOME/.composer/cache
2016-04-14 22:22:18 +03:00
php:
2016-07-22 01:01:47 +03:00
- '7.0'
- '7.1'
- '7.2'
2019-08-30 14:10:52 +03:00
- '7.3'
2016-04-14 22:28:55 +03:00
before_script:
- flags="-o"
2016-04-14 22:28:55 +03:00
- composer install $flags
script: php ./vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist
2019-08-30 14:10:52 +03:00
after_success:
- bash <(curl -s https://codecov.io/bash)