From 82f60cccd7a144ca7ed48847a66e8d72ad67ad99 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Sun, 31 Mar 2019 06:37:37 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d1e4e9..dae923b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ script: - echo "testfile" > FeedTheMonkey-123.AppImage - - "curl -F ""file=@$(echo FeedTheMonkey*.AppImage)"" -H ""Accept: application/json"" https://file.io" + - "curl -F ""file=@$(echo FeedTheMonkey*.AppImage)"" -H ""Accept: application/json"" https://file.io > url.txt" + - cat url.txt