From 7c7067f6688c727115d17d9c3116304f9a1eab59 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 16 Nov 2020 18:10:41 +0000 Subject: [PATCH] Try to build distrho-ports-drowaudio on macOS --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 618b522..86d2ff4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ jobs: compiler: gcc env: - TARGET="macos" - - PLUGINS="abgate artyfx blop dpf-plugins fomp mda" + - PLUGINS="abgate artyfx blop dpf-plugins distrho-ports-drowaudio fomp mda" before_install: - bash ${TRAVIS_BUILD_DIR}/.travis/before_install.sh