summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2019-06-15 09:37:20 +0200
committerUwe Klotz <uklotz@mixxx.org>2019-06-15 09:41:43 +0200
commit757ee02761aae692f116d81af4c54a57fc4cec74 (patch)
tree894ef10d39858c9133f6a55ddd657c0de45d06f1 /.travis.yml
parentdb0eb83db2adf03ce0ef28a9534ef42c5914ce0d (diff)
Travis CI: Remove obsolete qt5 feature flag
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 791ac54eb1..40ae0c8722 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,7 +60,7 @@ install:
# Build flags common to OS X and Linux.
# Parallel builds are important for avoiding OSX build timeouts.
# We turn off verbose output to avoid going over the 4MB output limit.
- - export COMMON="-j4 qt5=1 test=1 mad=1 faad=1 ffmpeg=1 opus=1 modplug=1 wv=1 hss1394=0 virtualize=0 debug_assertions_fatal=1 verbose=0"
+ - export COMMON="-j4 test=1 mad=1 faad=1 ffmpeg=1 opus=1 modplug=1 wv=1 hss1394=0 virtualize=0 debug_assertions_fatal=1 verbose=0"
#####
# Ubuntu Trusty Build