Skip to content

Commit

Permalink
Update compiler list in Travis build
Browse files Browse the repository at this point in the history
- Add historical DMD versions
- Remove LDC versions, only build latest. DMD builds should take care of syntax-compatibility
  • Loading branch information
Mike Bierlee committed Mar 18, 2020
1 parent 788b72d commit 73f6707
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ language: d
d:
- dmd
- dmd-beta
- dmd-2.090.1
- dmd-2.089.1
- dmd-2.088.1
- dmd-2.087.1
- dmd-2.086.1
- dmd-2.085.1
- dmd-2.084.1
- dmd-2.083.1
- dmd-2.082.1
- dmd-2.081.2
- dmd-2.080.1
- dmd-2.079.1
- dmd-2.078.3
- dmd-2.077.1
- dmd-2.076.1
- dmd-2.075.1
Expand All @@ -15,12 +28,6 @@ d:
- dmd-2.069.2
- ldc
- ldc-beta
- ldc-1.6.0 # D v2.076.1
- ldc-1.5.0 # D v2.075.1
- ldc-1.4.0 # D v2.074.1
- ldc-1.3.0 # D v2.073.2
- ldc-1.2.0 # D v2.072.2
- ldc-1.1.1 # D v2.071.2
- gdc

sudo: false
Expand Down

0 comments on commit 73f6707

Please sign in to comment.