Browse Source

Don't try to build juce stuff on travis for macOS

Signed-off-by: falkTX <falktx@gmail.com>
tags/v2.1-alpha1-winvst
parent
commit
9dac5e6dbc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis/script-macos.sh

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

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

# Build native stuff
make
make USING_JUCE=false

Loading…
Cancel
Save