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