From 8d6fb292c6a46c531772c0775f913a5d0246cffa Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 22 Feb 2017 20:41:43 +0000 Subject: [PATCH] More info for the curl command, which may have worked, it exited with 0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 77bc908a..be688314 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,4 +50,4 @@ script: #- phpdbg -qrr vendor/bin/phpunit --coverage-text - php artisan dusk --filter test_client_page_creates_new_note #- php artisan security:check - - curl -F 'file=@./tests/Browser/screenshots/failure-test_client_page_creates_new_note-0.png' -F 'filename=failure-test_client_page_creates_new_note-0.png' http://pixeldra.in/api/upload + - curl -v -F 'file=@./tests/Browser/screenshots/failure-test_client_page_creates_new_note-0.png' -F 'filename=failure-test_client_page_creates_new_note-0.png' http://pixeldra.in/api/upload