mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Build with latest compiler versions for cronrun
This commit is contained in:
parent
189b945b8f
commit
1015205010
|
@ -1,17 +1,16 @@
|
||||||
language: d
|
language: d
|
||||||
|
|
||||||
# For available compilers see: https://semitwist.com/travis-d-compilers
|
# For available compilers see: https://semitwist.com/travis-d-compilers
|
||||||
# there's also dmd-beta and ldc-beta
|
|
||||||
d:
|
d:
|
||||||
|
- dmd
|
||||||
- dmd-beta
|
- dmd-beta
|
||||||
- dmd-2.074.1
|
|
||||||
- dmd-2.073.2
|
- 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
|
||||||
- dmd-2.069.2
|
- dmd-2.069.2
|
||||||
|
- ldc
|
||||||
- ldc-beta
|
- ldc-beta
|
||||||
- ldc-1.2.0 # eq to dmd v2.072.2
|
|
||||||
- ldc-1.1.1 # eq to dmd v2.071.2
|
- ldc-1.1.1 # eq to dmd v2.071.2
|
||||||
- gdc
|
- gdc
|
||||||
|
|
||||||
|
@ -37,4 +36,4 @@ script:
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- d: gdc
|
- d: gdc
|
||||||
os: osx
|
os: osx
|
||||||
|
|
Loading…
Reference in a new issue