mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 09:54:03 +00:00
17 lines
No EOL
314 B
YAML
17 lines
No EOL
314 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:
|
|
- export CODECOV_TOKEN="24382d15-84e7-4a55-bea4-c4df96a24a9b"
|
|
- bash <(curl -s https://codecov.io/bash) |