Get Laravel Dusk installed using PhantomJS so it can work with Travis CI easily

This commit is contained in:
Jonny Barnes 2017-02-18 12:27:21 +00:00
parent db44423c2e
commit 94969e7f97
25 changed files with 314 additions and 1123 deletions

View file

@ -38,9 +38,11 @@ before_script:
- php artisan migrate
- php artisan db:seed
- php artisan token:generate
- phantomjs --webserver=127.0.0.1:9515 &
- php artisan serve &
- sleep 5 # Give artisan some time to start serving
script:
- phpdbg -qrr vendor/bin/phpunit --coverage-text
- php artisan dusk
- php artisan security:check