From d2d33e31bbbae4c6b4be81cdfe1d6ef06cdc9c9d Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 27 Dec 2020 17:58:39 +0000 Subject: [PATCH] Another typo --- .travis/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/script.sh b/.travis/script.sh index 7267b6c..ed058c6 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -18,7 +18,7 @@ PLUGINS_CROSS="blop" PLUGINS_DISTRHO="distrho-ports-arctican distrho-ports-drowaudio distrho-ports-tal-plugins" # only build full set of distrho-ports if we have previously cached builds, otherwise we time-out travis -if [ ${LAST_BOOTSTRAP_VERSION} -eq ${BOOTSTRAP_VERSION} ]; +if [ ${LAST_BOOTSTRAP_VERSION} -eq ${BOOTSTRAP_VERSION} ]; then PLUGINS_DISTRHO+=" distrho-ports-dexed" PLUGINS_DISTRHO+=" distrho-ports-klangfalter" PLUGINS_DISTRHO+=" distrho-ports-luftikus"