mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
run travis build on dmd-beta and ldc-beta
This commit is contained in:
parent
5d2ca7af30
commit
35f5639364
15
.travis.yml
15
.travis.yml
|
@ -1,16 +1,18 @@
|
||||||
language: d
|
language: d
|
||||||
|
|
||||||
|
# For available compilers see: https://semitwist.com/travis-d-compilers
|
||||||
|
# there's also dmd-beta and ldc-beta
|
||||||
d:
|
d:
|
||||||
- dmd-2.075.0-b1
|
- dmd-beta
|
||||||
- dmd-2.074.1
|
- 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-1.3.0-beta2
|
- ldc-beta
|
||||||
- ldc-1.2.0
|
- ldc-1.2.0 # eq to dmd v2.072.2
|
||||||
- ldc-1.1.1
|
- ldc-1.1.1 # eq to dmd v2.071.2
|
||||||
- gdc
|
- gdc
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
@ -31,3 +33,8 @@ script:
|
||||||
- dub run --build=release --config=constructorInjectionExample
|
- dub run --build=release --config=constructorInjectionExample
|
||||||
- dub run --build=release --config=valueInjectionExample
|
- dub run --build=release --config=valueInjectionExample
|
||||||
- dub run --build=release --config=postConstructorPreDestructorExample
|
- dub run --build=release --config=postConstructorPreDestructorExample
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- d: gdc
|
||||||
|
os: osx
|
Loading…
Reference in a new issue