Skip to content

Commit

Permalink
Merge pull request #337 from MartinNowak/revert_dub_workarounds
Browse files Browse the repository at this point in the history
remove old dub workarounds
  • Loading branch information
MartinNowak authored Nov 7, 2018
2 parents 1f3b910 + 899b99a commit 73ebbe8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions buildkite/build_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,6 @@ case "$REPO_FULL_NAME" in
dlang/dub)
rm test/issue895-local-configuration.sh # FIXME
rm test/issue884-init-defer-file-creation.sh # FIXME
# GitHub's UI/API doesn't return 0.9.20 anymore
# Thus 0.9.20 isn't available on the dub registry anymore
sed 's/0[.]9[.]20/1.9.0/g' -i test/interactive-remove.sh
sed 's/0[\][.]9[\][.]20/1.9.0/' -i test/interactive-remove.sh
sed 's/0[.]9[.]21/1.10.0/g' -i test/interactive-remove.sh
sed 's/0[\][.]9[\][.]21/1.10.0/g' -i test/interactive-remove.sh
sed -i '/^source.*activate/d' travis-ci.sh
DC=$DC ./travis-ci.sh
;;
Expand Down

0 comments on commit 73ebbe8

Please sign in to comment.