Add dmd-nightly and ldc-beta to the Travis CI config (#436)

This commit is contained in:
Sebastian Wilzbach 2017-05-20 18:07:10 +02:00 committed by Petar Kirov
parent 8ebebb7575
commit 3455c95752
1 changed files with 2 additions and 0 deletions

View File

@ -1,8 +1,10 @@
sudo: false
language: d
d:
- dmd-nightly
- dmd-beta
- dmd
- ldc-beta
- ldc
os:
- linux