mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
19 lines
261 B
YAML
19 lines
261 B
YAML
language: php
|
|
sudo: false
|
|
|
|
php:
|
|
- 5.5
|
|
- 5.6
|
|
- 7.0
|
|
|
|
install:
|
|
- composer selfupdate
|
|
- composer install
|
|
|
|
addons:
|
|
code_climate:
|
|
repo_token: 303a289e61e8e11d8bcae115860c4fffc6e1e7fe2d504d20a773e69bd7641284
|
|
|
|
after_script:
|
|
- vendor/bin/test-reporter
|