From ad32a631d4f892c3eb85d42c1f61c5a8ab0f6ddb Mon Sep 17 00:00:00 2001 From: Jan Jurzitza Date: Tue, 9 Jun 2020 21:56:36 +0000 Subject: [PATCH] fix travis syntax --- .travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.sh b/.travis.sh index de8bca1..87e4e0a 100755 --- a/.travis.sh +++ b/.travis.sh @@ -5,7 +5,7 @@ set -e if [[ $BUILD == dub ]]; then if [[ -n $LIBDPARSE_VERSION ]]; then rdmd ./d-test-utils/test_with_package.d $LIBDPARSE_VERSION libdparse -- dub test - elif if [[ -n $DSYMBOL_VERSION ]]; then + elif [[ -n $DSYMBOL_VERSION ]]; then rdmd ./d-test-utils/test_with_package.d $DSYMBOL_VERSION dsymbol -- dub test else echo 'Cannot run test without LIBDPARSE_VERSION nor DSYMBOL_VERSION environment variable'