mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-27 13:50:02 +03:00
fix travis syntax
This commit is contained in:
parent
d76ac70893
commit
ad32a631d4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -e
|
||||||
if [[ $BUILD == dub ]]; then
|
if [[ $BUILD == dub ]]; then
|
||||||
if [[ -n $LIBDPARSE_VERSION ]]; then
|
if [[ -n $LIBDPARSE_VERSION ]]; then
|
||||||
rdmd ./d-test-utils/test_with_package.d $LIBDPARSE_VERSION libdparse -- dub test
|
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
|
rdmd ./d-test-utils/test_with_package.d $DSYMBOL_VERSION dsymbol -- dub test
|
||||||
else
|
else
|
||||||
echo 'Cannot run test without LIBDPARSE_VERSION nor DSYMBOL_VERSION environment variable'
|
echo 'Cannot run test without LIBDPARSE_VERSION nor DSYMBOL_VERSION environment variable'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue