aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis-ci.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis-ci.sh')
-rw-r--r--.travis-ci.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis-ci.sh b/.travis-ci.sh
index 5272fde..39652a1 100644
--- a/.travis-ci.sh
+++ b/.travis-ci.sh
@@ -73,7 +73,6 @@ elif [ "$TASK" = "windows" ]; then
fi
# Build the lua backend but disable it by default to avoid scary error messages
make -C backends lua.dll
- mv backends/lua.dll backends/lua.dll.disabled
travis_fold end "make_windows"
if [ "$(git describe)" == "$(git describe --abbrev=0)" ]; then
travis_fold start "deploy_windows"