From ad638cf29e16cb7de2a10f1695cf890cf50e84fc Mon Sep 17 00:00:00 2001 From: karita Date: Sun, 25 Nov 2018 22:10:44 +0900 Subject: [PATCH] update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f51655f..637719f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ cache: apt script: - dub test --arch "$ARCH" --build=unittest-cov - - make test + - make NO_CUDA=true test after_success: - if [ "$DC" = dmd ]; then