aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis-ci.sh
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-04-26 22:54:17 +0200
committercbdev <cb@cbcdn.com>2020-04-26 22:54:17 +0200
commit929026130c7866d9b70be7a6cc820f103ae241b4 (patch)
treee01ebd525a225ffbd530a16d4d3a34da2f15fc99 /.travis-ci.sh
parent6503d83dee9c2c7dd30572b84f11b95f832e9309 (diff)
downloadmidimonster-929026130c7866d9b70be7a6cc820f103ae241b4.tar.gz
midimonster-929026130c7866d9b70be7a6cc820f103ae241b4.tar.bz2
midimonster-929026130c7866d9b70be7a6cc820f103ae241b4.zip
Periodically retry connecting remotes for maweb
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 39652a1..40beec6 100644
--- a/.travis-ci.sh
+++ b/.travis-ci.sh
@@ -71,7 +71,6 @@ elif [ "$TASK" = "windows" ]; then
if make windows; then
exit "$?"
fi
- # Build the lua backend but disable it by default to avoid scary error messages
make -C backends lua.dll
travis_fold end "make_windows"
if [ "$(git describe)" == "$(git describe --abbrev=0)" ]; then