From 11fee621107611475cf547c0652c601e8e38d294 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Thu, 3 Sep 2020 21:28:04 +0300 Subject: [PATCH] Okay so that prevous one worked, how about now? Does it accept comments? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d08b77b79..a8239aa9c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ script: wget -O butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default; unzip butler.zip; chmod +x butler; - ./butler -V; + ./butler -V; # just a sanity check run (and also helpful in case you're sharing CI logs) ./gradlew desktop:packrWindows32; ./gradlew desktop:packrWindows64; ./butler push deploy/Unciv-Windows64.zip yairm210/unciv:Windows64