mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 11:20:39 -06:00
17 lines
236 B
YAML
17 lines
236 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.5
|
|
- 5.6
|
|
|
|
install:
|
|
- composer install
|
|
|
|
script:
|
|
- ./tests/_data/db.sh
|
|
- php vendor/bin/codecept build
|
|
- php vendor/bin/codecept run --coverage --coverage-xml
|
|
|
|
after_script:
|
|
- php vendor/bin/coveralls
|