firefly-iii/.travis.yml

18 lines
258 B
YAML
Raw Normal View History

language: php
sudo: false
php:
- 5.6
install:
2016-01-09 01:36:50 -06:00
- composer install
2015-02-07 03:16:14 -06:00
- php artisan env
2015-03-31 10:49:47 -05:00
- mv -v .env.testing .env
2016-01-09 01:36:50 -06:00
- touch storage/database.sqlite
- php artisan migrate --env=testing
- php artisan migrate --seed --env=testing
script:
2015-05-08 00:48:04 -05:00
- phpunit