diff options
author | Eric Engestrom <[email protected]> | 2018-06-05 11:42:02 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-06-05 16:31:23 +0100 |
commit | 5bdc38f3566f8f281aab3a8c86c0d499e73c2fb2 (patch) | |
tree | 98d9a9c110b3a845d2a9e5a2c79fa593f0f13167 /.travis.yml | |
parent | 9aedee64acefd707aae62991f03ed43cb49da5d9 (diff) |
travis: use correct form for array options
I'd like to eventually drop support for the confusing "an array of
a single empty string is meant to be interpreted as an empty array", so
let's start by not using it anymore.
Reviewed-by: Dylan Baker <[email protected]>
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index d05c40bf9d7..1f83f5b8d74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ matrix: - env: - LABEL="meson Vulkan" - BUILD=meson - - MESON_OPTIONS="-Ddri-drivers= -Dgallium-drivers=" + - MESON_OPTIONS="-Ddri-drivers=[] -Dgallium-drivers=[]" - LLVM_VERSION=5.0 - LLVM_CONFIG="llvm-config-${LLVM_VERSION}" addons: @@ -53,7 +53,7 @@ matrix: - env: - LABEL="meson loaders/classic DRI" - BUILD=meson - - MESON_OPTIONS="-Dvulkan-drivers= -Dgallium-drivers=" + - MESON_OPTIONS="-Dvulkan-drivers=[] -Dgallium-drivers=[]" addons: apt: packages: |