firefly-iii/.travis.yml

23 lines
306 B
YAML
Raw Normal View History

language: php
sudo: false
php:
- 5.5
- 5.6
addons:
code_climate:
repo_token: 26489f9e854fcdf7e7660ba29c1455694685465b1f90329a79f7d2bf448acb61
install:
- composer update
2015-02-07 03:16:14 -06:00
- php artisan env
2015-03-31 10:49:47 -05:00
- mv -v .env.testing .env
script:
2015-03-31 10:49:47 -05:00
- phpunit --debug
after_script:
2015-03-31 10:49:47 -05:00
- php vendor/bin/coveralls