diff --git a/.travis.yml b/.travis.yml index f2139b9..d76a8a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,3 +20,4 @@ script: - dub test -c library-nonet + - for test in `\ls -1 test/`; do (echo "[INFO] Running test $test"; cd test/$test && dub test && dub run) || break; done