Reduce phantomjs output

This commit is contained in:
Jonny Barnes 2017-02-21 16:57:39 +00:00
parent 236233f50c
commit 0bae2fdce1

View file

@ -38,7 +38,7 @@ before_script:
- php artisan migrate
- php artisan db:seed
- php artisan token:generate
- phantomjs --webdriver=127.0.0.1:9515 > output.log 2>&1 &
- phantomjs --webdriver=127.0.0.1:9515 --webdriver-loglevel=ERROR &
- php artisan serve &
- sleep 5 # Give artisan some time to start serving