2016-06-18 05:01:08 +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
|
2017-12-03 16:57:02 +00:00
|
|
|
- dmd-2.077.1
|
|
|
|
- dmd-2.072.2
|
|
|
|
- ldc-1.6.0
|
2017-11-17 11:00:09 +00:00
|
|
|
- ldc-1.5.0
|
|
|
|
- ldc-1.4.0
|
2017-07-21 12:46:01 +00:00
|
|
|
- ldc-1.3.0
|
2017-06-22 08:21:26 +00:00
|
|
|
- ldc-1.2.0
|
2017-11-17 11:00:09 +00:00
|
|
|
- dmd-2.076.1
|
|
|
|
- dmd-2.075.1
|
2017-07-21 12:46:01 +00:00
|
|
|
- dmd-2.074.1
|
2017-06-22 08:21:26 +00:00
|
|
|
- dmd-2.073.2
|
2017-01-15 21:34:36 +00:00
|
|
|
- dmd-beta
|
2016-06-18 05:01:08 +00:00
|
|
|
|
2016-12-19 21:37:18 +00:00
|
|
|
env:
|
|
|
|
- CONFIG=select
|
|
|
|
- CONFIG=epoll
|
2017-07-16 20:28:43 +00:00
|
|
|
# disabled until the libasync driver of eventcore is more than a stub
|
|
|
|
#- CONFIG=libasync
|
2016-12-19 21:37:18 +00:00
|
|
|
|
|
|
|
matrix:
|
|
|
|
allow_failures:
|
|
|
|
- env: CONFIG=libasync
|
2017-01-15 21:34:36 +00:00
|
|
|
- d: dmd-beta
|
2017-06-30 01:30:25 +00:00
|
|
|
include:
|
|
|
|
- d: dmd
|
2017-06-30 01:30:48 +00:00
|
|
|
env: CONFIG='select' DUB_FLAGS='--build unittest-cov --build-mode=singleFile'
|
2017-06-30 01:30:25 +00:00
|
|
|
- d: dmd
|
2017-06-30 01:30:48 +00:00
|
|
|
env: CONFIG='select' DUB_FLAGS='--build unittest-cov --build-mode=singleFile'
|
2017-06-30 01:30:25 +00:00
|
|
|
- d: dmd
|
2017-06-30 01:30:48 +00:00
|
|
|
env: CONFIG='select' DUB_FLAGS='--build unittest-cov --build-mode=singleFile'
|
2016-12-19 21:37:18 +00:00
|
|
|
|
2016-06-18 05:01:08 +00:00
|
|
|
script: ./travis-ci.sh
|
|
|
|
|
|
|
|
sudo: false
|
2017-06-30 01:30:25 +00:00
|
|
|
|
|
|
|
after_success:
|
|
|
|
- bash <(curl -s https://codecov.io/bash)
|