Files
firefly-iii/.travis.yml

14 lines
121 B
YAML
Raw Normal View History

2014-07-02 22:08:57 +02:00
language: php
2014-07-02 22:14:01 +02:00
2014-07-02 22:08:57 +02:00
php:
- 5.5
- 5.4
- hhvm
2014-07-02 22:14:01 +02:00
2014-07-02 22:08:57 +02:00
install:
- composer install
after_script:
2014-07-02 23:16:31 +02:00
- php vendor/bin/coveralls