vibe-core/.travis.yml

28 lines
548 B
YAML
Raw Normal View History

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-01-15 21:34:36 +00:00
- dmd-2.072.2
- dmd-2.070.2
2016-11-08 14:42:08 +00:00
- ldc-1.0.0
2016-12-19 21:01:57 +00:00
- ldc-1.1.0-beta6
2016-11-08 14:42:08 +00:00
- dmd-2.071.2
2017-01-15 21:34:36 +00:00
- dmd-beta
2016-06-18 05:01:08 +00:00
env:
- CONFIG=select
- CONFIG=epoll
- CONFIG=libasync
matrix:
allow_failures:
- env: CONFIG=libasync
2017-01-15 21:34:36 +00:00
- d: dmd-beta
2016-06-18 05:01:08 +00:00
script: ./travis-ci.sh
sudo: false