mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 20:17:17 +00:00
13 lines
257 B
YAML
13 lines
257 B
YAML
language: php
|
|
|
|
php:
|
|
- 7.0
|
|
- 7.1
|
|
- 7.2
|
|
|
|
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)
|