From b6eddec7efcd12a5942c4741ce5eea69cffc5c1c Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 23 Feb 2017 15:11:05 +0000 Subject: [PATCH] =?UTF-8?q?the=20script=20wasn=E2=80=99t=20outputting=20th?= =?UTF-8?q?e=20curl=20response?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- travis/upload-failure-screenshots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/upload-failure-screenshots.sh b/travis/upload-failure-screenshots.sh index eed952c2..3693df4f 100755 --- a/travis/upload-failure-screenshots.sh +++ b/travis/upload-failure-screenshots.sh @@ -2,5 +2,5 @@ for f in tests/Browser/screenshots/*.png do - curl -F "upload=@$f" -F "format=txt" http://uploads.im/api + curl -v -F "upload=@$f" -F "format=txt" http://uploads.im/api done