mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-16 20:56:28 +00:00
16 lines
281 B
YAML
16 lines
281 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
- 7.2
|
|
- 7.3
|
|
- 7.4
|
|
|
|
install: travis_retry composer install --no-interaction --prefer-source
|
|
|
|
script: vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.xml
|
|
|
|
after_script: bash <(curl -s https://codecov.io/bash)
|