mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 11:20:39 -06:00
14 lines
121 B
YAML
14 lines
121 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.5
|
|
- 5.4
|
|
- hhvm
|
|
|
|
install:
|
|
- composer install
|
|
|
|
after_script:
|
|
- php vendor/bin/coveralls
|
|
|