Browse Source

Another typo

tags/v1.0
falkTX 4 years ago
parent
commit
d2d33e31bb
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis/script.sh

+ 1
- 1
.travis/script.sh View File

@@ -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"


Loading…
Cancel
Save