diff --git a/.travis.yml b/.travis.yml index 87a94c9..c8073d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,5 @@ script: - dub test --compiler=${DC} -c library-nonet - dub build --compiler=${DC} + - DC=${DMD} ./build.sh - DUB=`pwd`/bin/dub COMPILER=${DC} test/run-unittest.sh