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