Skip to content

Commit 9093f89

Browse files
Add Travis CI builds for more recent DMD releases
This patch adds builds for all the most recent patch releases of DMD, up to 2.085.1. More recent versions than this cannot be included for now due to a breaking change in DMD 2.086.0 that causes a failure with more recent releases of `taggedalgebraic`: #44 (comment) Once that issue is fixed it should be possible to include all the most recent compiler versions. LDC versions have been left untouched for now: it seems best to upgrade those once compatibility with the most recent DMD has been guaranteed, and we can decide how many historical versions we want to support.
1 parent 66ffa6a commit 9093f89

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ sudo: false
1010
# LLVM ERROR: Broken function found, compilation aborted!
1111

1212
d:
13-
- dmd-2.082.0
13+
- dmd-2.085.1
14+
- dmd-2.084.1
15+
- dmd-2.083.1
16+
- dmd-2.082.1
1417
- dmd-2.081.1
1518
- dmd-2.080.1
1619
- dmd-2.079.1

0 commit comments

Comments
 (0)