From 2122c094832e18757bdc0c44cb0fc8c1e876fc11 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Sun, 31 Mar 2019 05:47:19 +0200 Subject: [PATCH] Create .travis.yml --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c4cbadb --- /dev/null +++ b/.travis.yml @@ -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