mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 12:43:57 -06:00
10 lines
102 B
YAML
10 lines
102 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.5
|
|
|
|
install:
|
|
- composer install
|
|
|
|
after_script:
|
|
- php vendor/bin/coveralls |