Test on all current compiler versions.
This commit is contained in:
parent
be4a93e553
commit
67a0463fa0
10
.travis.yml
10
.travis.yml
|
@ -3,9 +3,15 @@ language: d
|
|||
matrix:
|
||||
include:
|
||||
- d: dmd-beta
|
||||
- d: dmd-2.071.2
|
||||
- d: dmd-2.074.1
|
||||
- d: dmd-2.068.2
|
||||
- d: dmd-2.070.0
|
||||
- d: ldc-1.2.0
|
||||
- d: ldc-1.1.0
|
||||
- d: ldc-1.0.0
|
||||
- d: dmd-2.073.2
|
||||
- d: dmd-2.072.2
|
||||
- d: dmd-2.071.2
|
||||
- d: dmd-2.070.2
|
||||
- d: dmd-2.069.2
|
||||
env: [COVERAGE=true]
|
||||
|
||||
|
|
Loading…
Reference in a new issue