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