summaryrefslogtreecommitdiff
path: root/ci/script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/script.sh')
-rwxr-xr-xci/script.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/script.sh b/ci/script.sh
index c17bbbd2..c94e28f8 100755
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -28,6 +28,7 @@ if [ "$TRAVIS_OS_NAME" == "windows" ]; then
cp "./target/debug/winpty-agent.exe" "./target/debug/deps"
fi
cargo test -p winpty || error=true
+ ./wix/build.sh
fi
if [ $error == "true" ]; then