From 3410db4d99bd24b32ea10c53c9703ae8c1a3bd75 Mon Sep 17 00:00:00 2001 From: Hyunjin Song Date: Sun, 29 Dec 2019 15:18:36 +0900 Subject: [PATCH] Travis/macOS: rename qt5 to qt in the installation script Travis-CI started installs Qt 5 to their macOS images. To exclude qt properly, it should not be written as its alias 'qt5'. --- .travis/osx..install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/osx..install.sh b/.travis/osx..install.sh index e3dd670bf..93d478c40 100755 --- a/.travis/osx..install.sh +++ b/.travis/osx..install.sh @@ -2,7 +2,7 @@ set -e -PACKAGES="cmake pkg-config libogg libvorbis lame libsndfile libsamplerate jack sdl libgig libsoundio stk fluid-synth portaudio node fltk qt5 carla" +PACKAGES="cmake pkg-config libogg libvorbis lame libsndfile libsamplerate jack sdl libgig libsoundio stk fluid-synth portaudio node fltk qt carla" if "${TRAVIS}"; then PACKAGES="$PACKAGES ccache"