We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f3b910 + 899b99a commit 73ebbe8Copy full SHA for 73ebbe8
buildkite/build_project.sh
@@ -150,12 +150,6 @@ case "$REPO_FULL_NAME" in
150
dlang/dub)
151
rm test/issue895-local-configuration.sh # FIXME
152
rm test/issue884-init-defer-file-creation.sh # FIXME
153
- # GitHub's UI/API doesn't return 0.9.20 anymore
154
- # Thus 0.9.20 isn't available on the dub registry anymore
155
- sed 's/0[.]9[.]20/1.9.0/g' -i test/interactive-remove.sh
156
- sed 's/0[\][.]9[\][.]20/1.9.0/' -i test/interactive-remove.sh
157
- sed 's/0[.]9[.]21/1.10.0/g' -i test/interactive-remove.sh
158
- sed 's/0[\][.]9[\][.]21/1.10.0/g' -i test/interactive-remove.sh
159
sed -i '/^source.*activate/d' travis-ci.sh
160
DC=$DC ./travis-ci.sh
161
;;
0 commit comments