mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:54:04 +00:00
12 lines
No EOL
218 B
YAML
12 lines
No EOL
218 B
YAML
language: php
|
|
php:
|
|
- '7.1'
|
|
- '7.2'
|
|
|
|
install:
|
|
- travis_retry composer install --no-interaction
|
|
|
|
script: vendor/bin/phpunit --coverage-clover=coverage.xml
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash) |