2016-06-18 05:23:04 +00:00
|
|
|
language: d
|
|
|
|
|
|
|
|
d:
|
|
|
|
# order: latest DMD, oldest DMD, LDC/GDC, remaining DMD versions
|
|
|
|
# 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.071.0
|
|
|
|
- ldc-1.0.0
|
2016-06-18 05:28:42 +00:00
|
|
|
- dmd-2.070.2
|
2016-06-18 05:23:04 +00:00
|
|
|
|
|
|
|
script: ./travis-ci.sh
|
|
|
|
|
|
|
|
sudo: false
|