Try and hide phantomjs output
This commit is contained in:
parent
4340e11515
commit
d6ed6814bf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue