diff --git a/travis.sh b/travis.sh index 8fcade5..a748e04 100755 --- a/travis.sh +++ b/travis.sh @@ -11,7 +11,7 @@ if [ ! -z "${COVERAGE:-}" ]; then else dub test - if [ "x$TEST_MESON" = "xtrue" ] && [ "x$(dmd --version | head -n1)" != "xDMD64 D Compiler v2.085.1" ]; then + if [ "x${TEST_MESON:-}" = "xtrue" ] && [ "x$(dmd --version | head -n1)" != "xDMD64 D Compiler v2.085.1" ]; then meson build && ninja -C build fi fi