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'