Adjusting travis.sh for new dub.json

This commit is contained in:
FR86 2018-03-28 06:25:38 +02:00 committed by GitHub
parent 8dc6f4dd30
commit 51155b5f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -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