Modify .travis.yml
This commit is contained in:
parent
ef50b48b31
commit
e588c10af7
1 changed files with 2 additions and 2 deletions
|
@ -48,6 +48,6 @@ before_script:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
#- phpdbg -qrr vendor/bin/phpunit --coverage-text
|
#- phpdbg -qrr vendor/bin/phpunit --coverage-text
|
||||||
- php artisan dusk --filter test_client_page_creates_new_note
|
- php artisan dusk --filter test_client_page_updates_syndication
|
||||||
#- php artisan security:check
|
#- php artisan security:check
|
||||||
- curl -v -F 'upload=@./tests/Browser/screenshots/failure-test_client_page_creates_new_note-0.png' http://uploads.im/api
|
#- curl -v -F 'upload=@./tests/Browser/screenshots/failure-test_client_page_creates_new_note-0.png' http://uploads.im/api
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue