firefly-iii/.travis.yml

19 lines
236 B
YAML
Raw Normal View History

language: php
sudo: false
php:
- 5.6
2016-01-10 07:42:51 -06:00
- 7
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-17 00:30:14 -06:00
- php artisan env
- touch storage/database/testing.db
2016-01-17 00:30:14 -06:00
- php artisan migrate --seed
script:
2015-05-08 00:48:04 -05:00
- phpunit