diff --git a/.travis.yml b/.travis.yml index 4019026..f7fb7fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,5 +24,5 @@ script: - dub test --compiler=${DC_BIN} -c library-nonet - - DC=${DC_BIN} ./build.sh + - dub build --compiler=${DC_BIN} - DUB=`pwd`/bin/dub COMPILER=${DC_BIN} test/run-unittest.sh