diff --git a/.travis.yml b/.travis.yml index 043d403..a2d68c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ script: - echo "testfile" > FeedTheMonkey-123.AppImage - - curl -F "file=@$(echo FeedTheMonkey*.AppImage)" -H 'Accept\: application/json' https://file.io + - "curl -F \"file=@$(echo FeedTheMonkey*.AppImage)\" -H \"Accept: application/json\" https://file.io"