diff --git a/.travis.yml b/.travis.yml index 266a4e05..29fc4086 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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