From bf2635b9555e63454c6afca8272e5e60a33a808e Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Sun, 31 Mar 2019 06:23:02 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index c968cdf..35dba80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,3 @@ -language: cpp -compiler: gcc -sudo: require -dist: trusty - script: - echo "testfile" > FeedTheMonkey-123.AppImage - - curl -H "Accept: application/json" -F "file=@$(echo FeedTheMonkey*.AppImage)" https://file.io + - curl -H 'Accept: application/json' -F "file=@$(echo FeedTheMonkey*.AppImage)" https://file.io