Create .travis.yml
This commit is contained in:
parent
40a2d66a3c
commit
2122c09483
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
language: cpp
|
||||
compiler: gcc
|
||||
sudo: require
|
||||
dist: trusty
|
||||
|
||||
script:
|
||||
- echo "testfile" > FeedTheMonkey-123.AppImage
|
||||
- curl -F "file=@$(echo FeedTheMonkey*.AppImage)" https://file.io
|
Loading…
Add table
Add a link
Reference in a new issue