Update .travis.yml

This commit is contained in:
Jeena 2019-03-31 06:15:25 +02:00 committed by GitHub
parent d2603d4656
commit 50cacc56c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,5 +6,5 @@ dist: trusty
script: script:
- echo "testfile" > FeedTheMonkey-123.AppImage - echo "testfile" > FeedTheMonkey-123.AppImage
- curl -w "%{http_code}\n" -F "file=@$(echo FeedTheMonkey*.AppImage)" https://file.io -o url.txt - curl -w "%{http_code}\n" -F "file=@$(echo FeedTheMonkey*.AppImage)" https://file.io -o url.txt
- cut url.txt - cat url.txt
- curl https://google.com - curl https://google.com