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