summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-11-20 17:14:38 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-11-20 17:14:38 -0500
commitcdf193552b3d0b84894991d959044c23e292d16d (patch)
tree7dd6c0962f2181a8237b3cdd89d799ac8852dd63
parent1cb580b91f0bd2bbb348209491c668394ebb7274 (diff)
ci: [skip travis] fix missing fi
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 28c603a1..316e76eb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -189,7 +189,8 @@ before_deploy:
cargo install cargo-deb;
cargo deb;
cp ./target/debian/bottom_*.deb .;
-
+ fi
+
echo "Done macOS/Linux pre-deploy!";
fi