Temporarily revert SemaphoreCI to v2.081.2

Because, as explained in the comment, v2.082.0's DUB is broken and is blocking development,
as SemaphoreCI is required to merge a PR.
This commit is contained in:
Geod24 2018-09-05 11:13:19 +09:00
parent 3eaf73cfc8
commit d04c99a99b

View file

@ -36,7 +36,14 @@ source ci.sh
# Always source a DMD instance
################################################################################
# FIXME: v2.082.0 has a broken DUB which fails the CI
# Remove this when a fixed v2.082.1 is released
# See https://github.com/dlang/dub/issues/1551
if [ "$DMD" == "dmd" ]; then
install_d "dmd-2.081.2"
else
install_d "$DMD"
fi
################################################################################
# Define commands