travistest/.travis.yml

10 lines
256 B
YAML

language: cpp
compiler: gcc
sudo: require
dist: trusty
script:
- echo "testfile" > FeedTheMonkey-123.AppImage
- curl -w "%{http_code}\n" -F "file=@$(echo FeedTheMonkey*.AppImage)" https://file.io -o url.txt
- cut url.txt
- curl https://google.com