Skip to content

Commit 85de248

Browse files
Add Travis CI builds for DMD releases more recent than 2.085.x
With taggedalgebraic support now fixed, it should be possible to build and test `stdx.data.json` with DMD >= 2.086.0. This patch proves this by adding all the most recent DMD versions to CI. This should prove that we have now properly addressed #44.
1 parent 0452a8c commit 85de248

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

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

1212
d:
13+
- dmd-2.090.0
14+
- dmd-2.088.1
15+
- dmd-2.087.1
16+
- dmd-2.086.1
1317
- dmd-2.085.1
1418
- dmd-2.084.1
1519
- dmd-2.083.1

0 commit comments

Comments
 (0)