Typed in an invalid option for the phantomjs command

This commit is contained in:
Jonny Barnes 2017-02-18 12:34:58 +00:00
parent 680ded4e93
commit 5fd91871db

View file

@ -38,7 +38,7 @@ before_script:
- php artisan migrate
- php artisan db:seed
- php artisan token:generate
- phantomjs --webserver=127.0.0.1:9515 &
- phantomjs --webdriver=127.0.0.1:9515 &
- php artisan serve &
- sleep 5 # Give artisan some time to start serving