Update .travis.yml
This commit is contained in:
parent
20b899b4bc
commit
d2603d4656
1 changed files with 2 additions and 1 deletions
|
@ -5,5 +5,6 @@ dist: trusty
|
|||
|
||||
script:
|
||||
- echo "testfile" > FeedTheMonkey-123.AppImage
|
||||
- curl -w "%{http_code}\n" -F "file=@$(echo FeedTheMonkey*.AppImage)" https://file.io -o /dev/null
|
||||
- curl -w "%{http_code}\n" -F "file=@$(echo FeedTheMonkey*.AppImage)" https://file.io -o url.txt
|
||||
- cut url.txt
|
||||
- curl https://google.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue