mirror of
https://github.com/Karaka-Management/oms-Search.git
synced 2026-02-18 02:38:39 +00:00
20 lines
311 B
YAML
20 lines
311 B
YAML
language: php
|
|
|
|
dist: bionic
|
|
|
|
php:
|
|
- 7.3
|
|
- 7.4
|
|
|
|
install:
|
|
- travis_retry ./tools/composer update --no-interaction --no-ansi --no-progress --no-suggest
|
|
|
|
script:
|
|
- ./vendor/bin/phpunit --coverage-clover=coverage.xml
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|
|
|
|
notifications:
|
|
email: false
|