mirror of
https://github.com/reactos/mattermost-extensions.git
synced 2024-11-26 21:20:28 +00:00
11 lines
235 B
YAML
11 lines
235 B
YAML
language: php
|
|
php:
|
|
- 7.1
|
|
before_script:
|
|
- cp -n src/config.php.example src/config.php
|
|
- composer require php-coveralls/php-coveralls
|
|
- composer install
|
|
|
|
after_success:
|
|
- travis_retry php vendor/bin/php-coveralls -v
|