From 9a8d4ec79ac2e9471ea2ebb3740f762385ee3033 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Sun, 31 Mar 2019 06:50:04 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 281a8a1..519cb4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ script: - echo "testfile" > FeedTheMonkey-123.AppImage - echo FeedTheMonkey*.AppImage - - "curl -F ""file=@$(echo FeedTheMonkey*.AppImage)"" -H ""Accept: application/json"" https://file.io > url.txt" + - "curl -F ""file=@$(echo FeedTheMonkey*.AppImage)"" -H ""Accept: application/json"" https://file.io" - cat url.txt