Try and hide phantomjs output

This commit is contained in:
Jonny Barnes 2017-02-20 16:47:46 +00:00
parent 4340e11515
commit d6ed6814bf

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 &
- phantomjs --webdriver=127.0.0.1:9515 > output.log 2>&1 &
- php artisan serve &
- sleep 5 # Give artisan some time to start serving