From 5991f976af5f6263cec108f8ebdae3b4ac525ccc Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Sun, 31 Mar 2019 06:18:56 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d4573fe..c968cdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,4 @@ dist: trusty script: - echo "testfile" > FeedTheMonkey-123.AppImage - - curl -w "%{http_code}\n" -F "file=@$(echo FeedTheMonkey*.AppImage)" https://file.io -o url.txt - - cat url.txt - - curl https://google.com + - curl -H "Accept: application/json" -F "file=@$(echo FeedTheMonkey*.AppImage)" https://file.io