mirror of
https://gh.wpcy.net/https://github.com/rilustrisimo/freescout-support.git
synced 2026-05-01 14:52:23 +08:00
18 lines
No EOL
290 B
YAML
18 lines
No EOL
290 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.5
|
|
- 5.6
|
|
|
|
branches:
|
|
only:
|
|
- 5.x
|
|
|
|
install:
|
|
- travis_retry composer install --no-interaction --prefer-source
|
|
|
|
script:
|
|
- vendor/bin/phpunit --verbose --coverage-text --coverage-clover=coverage.xml
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash) |