Skip to content

Commit

Permalink
remove dub workaround now that v1.11.0 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Nov 7, 2018
1 parent 5db07ea commit 899b99a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions buildkite/build_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +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
sed 's/"stdx-allocator": "2.77.0",/"stdx-allocator": "2.77.2",/' -i dub.selections.json # upgrade stdx-allocator (can be removed once v1.11 gets released)
rm test/ddox.sh # can be removed once v1.11 gets released
sed -i '/^source.*activate/d' travis-ci.sh
DC=$DC ./travis-ci.sh
;;
Expand Down

0 comments on commit 899b99a

Please sign in to comment.