Skip to content

Commit

Permalink
fixup! Set multiple rdmd test compilers in travis.sh CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
WebDrake committed Feb 2, 2018
1 parent 5ea93cd commit 9ed68ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ set -uexo pipefail

~/dlang/install.sh list

GDMD=$(find ~/dlang -type f -name "gdmd")
LDMD2=$(find ~/dlang -type f -name "ldmd2")

make -f posix.mak all DMD=$(which dmd)
make -f posix.mak test DMD=$(which dmd) RDMD_TEST_COMPILERS=dmd,$GDMD,$LDMD2
make -f posix.mak test DMD=$(which dmd) RDMD_TEST_COMPILERS=dmd,$LDMD2

0 comments on commit 9ed68ea

Please sign in to comment.