Attempt to get travis working with scout

This commit is contained in:
Jonny Barnes 2016-11-25 20:09:20 +00:00
parent 807b8dcb18
commit e1dfc92736

View file

@ -33,6 +33,7 @@ before_script:
- psql -U travis -d travis_ci_test -c 'create extension postgis'
- cp .env.travis .env
- php artisan key:generate
- php artisan scout:flush
- php artisan migrate
- php artisan db:seed
- php artisan serve &