Update tested compiler versions.
This commit is contained in:
parent
f3c9157705
commit
5b48154e7b
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
|
# 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
|
# slower tham DMD, so they should be started early), while still
|
||||||
# catching most DMD version related build failures early
|
# catching most DMD version related build failures early
|
||||||
- dmd-2.073.0
|
- dmd-2.074.1
|
||||||
- dmd-2.070.2
|
- dmd-2.070.2
|
||||||
|
- ldc-1.3.0
|
||||||
|
- ldc-1.2.0
|
||||||
- ldc-1.1.0
|
- ldc-1.1.0
|
||||||
- ldc-1.0.0
|
- ldc-1.0.0
|
||||||
- dmd-beta
|
- dmd-beta
|
||||||
|
- dmd-2.073.2
|
||||||
- dmd-2.072.2
|
- dmd-2.072.2
|
||||||
- dmd-2.071.2
|
- dmd-2.071.2
|
||||||
|
|
||||||
|
@ -31,10 +34,16 @@ matrix:
|
||||||
env: CONFIG=epoll
|
env: CONFIG=epoll
|
||||||
- os: linux
|
- os: linux
|
||||||
env: CONFIG=kqueue
|
env: CONFIG=kqueue
|
||||||
|
- os: osx
|
||||||
|
d: dmd-2.073.2
|
||||||
|
- os: osx
|
||||||
|
d: dmd-2.072.2
|
||||||
- os: osx
|
- os: osx
|
||||||
d: dmd-2.071.2
|
d: dmd-2.071.2
|
||||||
- os: osx
|
- os: osx
|
||||||
d: dmd-2.070.2
|
d: ldc-1.3.0
|
||||||
|
- os: osx
|
||||||
|
d: ldc-1.2.0
|
||||||
- os: osx
|
- os: osx
|
||||||
d: ldc-1.1.0
|
d: ldc-1.1.0
|
||||||
- os: osx
|
- os: osx
|
||||||
|
|
|
@ -27,10 +27,13 @@ Supported compilers
|
||||||
|
|
||||||
The following compilers are tested and supported:
|
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.072.2
|
||||||
- DMD 2.071.2
|
- DMD 2.071.2
|
||||||
- DMD 2.070.2
|
- DMD 2.070.2
|
||||||
|
- LDC 1.3.0
|
||||||
|
- LDC 1.2.0
|
||||||
- LDC 1.1.0
|
- LDC 1.1.0
|
||||||
- LDC 1.0.0
|
- LDC 1.0.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue