From c2e9eb7e719fc98bfd16f9562b89abb2224c54ac Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Sun, 31 Mar 2019 08:59:20 +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 5e79db1..87cd421 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ script: - echo "testfile" > FeedTheMonkey-123.AppImage - - curl -F "file=@FeedTheMonkey-123.AppImage" https://file.io + - curl -F "file=@FeedTheMonkey-123.AppImage" https://file.io > res.json + - cat res.json