From 2c62efcbfddaa6dd821971d1e510711c07c35f0a Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Mon, 17 Jul 2017 02:46:13 +0200 Subject: [PATCH] Temporarily skip testing the DUB package --- travis.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index a633f23eb868..2661b5c4f6db 100755 --- a/travis.sh +++ b/travis.sh @@ -54,7 +54,9 @@ rebuild() { # test druntime, phobos, dmd test() { - test_dub_package + # Temporarily skip testing the DUB package + #See also: https://github.com/dlang/dmd/pull/6999 + #test_dub_package make -j$N -C ../druntime -f posix.mak MODEL=$MODEL unittest make -j$N -C ../phobos -f posix.mak MODEL=$MODEL unittest test_dmd