firefly-iii/.travis.yml

16 lines
150 B
YAML
Raw Normal View History

2014-07-02 15:08:57 -05:00
language: php
2014-07-02 15:14:01 -05:00
2014-07-02 15:08:57 -05:00
php:
- 5.5
- 5.4
- hhvm
2014-07-02 15:14:01 -05:00
2014-07-02 15:08:57 -05:00
install:
- composer install
2014-12-06 14:52:39 -06:00
script:
- php codecept run
after_script:
2014-07-02 16:16:31 -05:00
- php vendor/bin/coveralls