From d2603d4656517b1d31cb967a6e18a6c65fab40ed Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Sun, 31 Mar 2019 06:15:07 +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 723e93a..ea6dc1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,6 @@ dist: trusty script: - echo "testfile" > FeedTheMonkey-123.AppImage - - curl -w "%{http_code}\n" -F "file=@$(echo FeedTheMonkey*.AppImage)" https://file.io -o /dev/null + - curl -w "%{http_code}\n" -F "file=@$(echo FeedTheMonkey*.AppImage)" https://file.io -o url.txt + - cut url.txt - curl https://google.com