Update .travis.yml

This commit is contained in:
Jeena 2019-03-31 08:48:38 +02:00 committed by GitHub
parent 9a8d4ec79a
commit 57690d4a8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
script: script:
- echo "testfile" > FeedTheMonkey-123.AppImage - echo "testfile" > FeedTheMonkey-123.AppImage
- echo FeedTheMonkey*.AppImage - echo FeedTheMonkey*.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 > url.txt"
- cat url.txt - cat url.txt