firefly-iii/.travis.yml
Antonio Spinelli b3d99cd210 apply demeter law for transaction type calls
- adds contants for transaction type names
- demeter law = never speaks with strangers
2015-12-10 16:53:48 -02:00

19 lines
269 B
YAML

language: php
sudo: false
php:
- 5.5
- 5.6
install:
- composer update
- php artisan env
- mv -v .env.testing .env
- touch storage/database/testing.db
- php artisan migrate --env=testing
- php artisan migrate --seed --env=testing
script:
- phpunit