firefly-iii/.travis.yml

14 lines
121 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
after_script:
2014-07-02 16:16:31 -05:00
- php vendor/bin/coveralls