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