firefly-iii/.travis.yml

19 lines
269 B
YAML
Raw Normal View History

language: php
sudo: false
php:
- 5.5
- 5.6
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
- touch storage/database/testing.db
- php artisan migrate --env=testing
- php artisan migrate --seed --env=testing
script:
2015-05-08 00:48:04 -05:00
- phpunit