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