Browse Source

Fix CI build

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.1-alpha2
falkTX 5 years ago
parent
commit
04896042fb
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis/script-linux-juce-strict.sh

+ 1
- 1
.travis/script-linux-juce-strict.sh View File

@@ -17,7 +17,7 @@ make distclean >/dev/null
make features

# Build things that we skip strict tests for
make 3rd
make 3rd USING_JUCE=true

# Build native stuff
make TESTBUILD=true USING_JUCE=true

Loading…
Cancel
Save