Update tested compiler versions.
This commit is contained in:
parent
f3c9157705
commit
5b48154e7b
2 changed files with 15 additions and 3 deletions
13
.travis.yml
13
.travis.yml
|
@ -9,11 +9,14 @@ d:
|
|||
# this way the overall test time gets cut down (GDC/LDC are a lot
|
||||
# slower tham DMD, so they should be started early), while still
|
||||
# catching most DMD version related build failures early
|
||||
- dmd-2.073.0
|
||||
- dmd-2.074.1
|
||||
- dmd-2.070.2
|
||||
- ldc-1.3.0
|
||||
- ldc-1.2.0
|
||||
- ldc-1.1.0
|
||||
- ldc-1.0.0
|
||||
- dmd-beta
|
||||
- dmd-2.073.2
|
||||
- dmd-2.072.2
|
||||
- dmd-2.071.2
|
||||
|
||||
|
@ -31,10 +34,16 @@ matrix:
|
|||
env: CONFIG=epoll
|
||||
- os: linux
|
||||
env: CONFIG=kqueue
|
||||
- os: osx
|
||||
d: dmd-2.073.2
|
||||
- os: osx
|
||||
d: dmd-2.072.2
|
||||
- os: osx
|
||||
d: dmd-2.071.2
|
||||
- os: osx
|
||||
d: dmd-2.070.2
|
||||
d: ldc-1.3.0
|
||||
- os: osx
|
||||
d: ldc-1.2.0
|
||||
- os: osx
|
||||
d: ldc-1.1.0
|
||||
- os: osx
|
||||
|
|
|
@ -27,10 +27,13 @@ Supported compilers
|
|||
|
||||
The following compilers are tested and supported:
|
||||
|
||||
- DMD 2.073.0
|
||||
- DMD 2.074.1
|
||||
- DMD 2.073.2
|
||||
- DMD 2.072.2
|
||||
- DMD 2.071.2
|
||||
- DMD 2.070.2
|
||||
- LDC 1.3.0
|
||||
- LDC 1.2.0
|
||||
- LDC 1.1.0
|
||||
- LDC 1.0.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue