diff --git a/.travis.yml b/.travis.yml index 281a8a1..8269b85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ script: - echo "testfile" > FeedTheMonkey-123.AppImage - - echo FeedTheMonkey*.AppImage - - "curl -F ""file=@$(echo FeedTheMonkey*.AppImage)"" -H ""Accept: application/json"" https://file.io > url.txt" + - "curl -F ""file=@FeedTheMonkey-123.AppImage"" https://file.io > url.txt" - cat url.txt