Trying again

This commit is contained in:
Jonny Barnes 2016-11-25 20:11:53 +00:00
parent e1dfc92736
commit 3ca8a2a2ff

View file

@ -33,8 +33,8 @@ 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 scout:flush 'App\Note'
- php artisan db:seed
- php artisan serve &
- sleep 5 # Give artisan some time to start serving