From 51155b5f53562226c777f4af74c96a308524b80c Mon Sep 17 00:00:00 2001 From: FR86 Date: Wed, 28 Mar 2018 06:25:38 +0200 Subject: [PATCH] Adjusting travis.sh for new dub.json --- .travis.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.sh b/.travis.sh index 93a8d51..31d68f3 100755 --- a/.travis.sh +++ b/.travis.sh @@ -3,13 +3,8 @@ set -e if [[ $BUILD == dub ]]; then - mkdir bin - dub build --build=release --config=client dub build --build=release --config=server - - mv dcd-client ./bin - mv dcd-server ./bin elif [[ $DC == ldc2 ]]; then git submodule update --init --recursive make ldc -j2