firefly-iii/.travis.yml

22 lines
315 B
YAML
Raw Normal View History

language: php
php:
- 5.5
- 5.6
addons:
code_climate:
repo_token: 26489f9e854fcdf7e7660ba29c1455694685465b1f90329a79f7d2bf448acb61
install:
- rm composer.lock
- composer install
2015-02-07 03:16:14 -06:00
- php artisan env
2015-02-07 03:24:54 -06:00
- mv -v .env.testing .env
script:
2015-03-18 15:43:19 -05:00
- phpunit --debug
after_script:
2015-02-27 13:52:49 -06:00
- php vendor/bin/coveralls