summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-08-23 21:32:11 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-08-23 21:32:11 -0400
commit6fbbaef73b28bcb980903a1ac4d4502fbb71f1ac (patch)
treef7b1e00968780786ab8d7df0a5c26850a5d85817
parent005bd95f8a35a5d4402148461fcbcac266fc3d55 (diff)
ci: Remove redundant line in travis
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0a6bdacf..6099eabe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,7 +66,6 @@ before_deploy:
cargo install cargo-wix;
cargo wix init;
cargo wix;
- cp "./target/wix/bottom_x86_64_installer.msi" ./bottom_x86_64_installer.msi;
python "./deployment/packager.py" "./bottom_x86_64_installer.msi" $TRAVIS_TAG "./deployment/windows/winget/winget.yaml.template" "$TRAVIS_TAG.yaml" "SHA256";
else
cargo build --release;