Skip to content

Commit

Permalink
Merge pull request #555 from WebFreak001/fix-releases
Browse files Browse the repository at this point in the history
Build tagged releases in CIs
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
  • Loading branch information
dlang-bot authored Dec 27, 2018
2 parents 09ba8f8 + 9b55a6f commit 21f273a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
branches:
only:
- master
- /^v\d+\.\d+\.\d+([+-]\S*)*$/

script: ./.travis.sh
jobs:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ skip_tags: false
branches:
only:
- master
- /^v\d+\.\d+\.\d+([+-]\S*)*$/

install:
- ps: function ResolveLatestDMD
Expand Down

0 comments on commit 21f273a

Please sign in to comment.