Remove pause given we stopped using artisan serve

This commit is contained in:
Jonny Barnes 2017-09-06 16:28:34 +01:00
parent a3cce90c10
commit efa2f5a39d

View file

@ -53,7 +53,6 @@ before_script:
- php artisan db:seed
- php artisan token:generate
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9515 http://localhost:8000 &
- sleep 5 # Give artisan some time to start serving
script:
- php vendor/bin/phpunit --coverage-text