mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 12:43:57 -06:00
17 lines
186 B
YAML
17 lines
186 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.5
|
|
- 5.6
|
|
- hhvm
|
|
|
|
install:
|
|
- composer install
|
|
|
|
script:
|
|
- php vendor/bin/codecept run
|
|
|
|
after_script:
|
|
- php vendor/bin/coveralls
|
|
|
|
after_success: coveralls |