Remove dmd-beta and nightly from TravisCI
- dmd-nightly is tested by the D project tester. - dmd-beta is not useful because most of the time it tests something that's already released
This commit is contained in:
parent
3045590403
commit
49d236e08d
|
@ -1,8 +1,6 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: d
|
language: d
|
||||||
d:
|
d:
|
||||||
- dmd-nightly
|
|
||||||
- dmd-beta
|
|
||||||
- dmd
|
- dmd
|
||||||
- ldc-beta
|
- ldc-beta
|
||||||
- ldc
|
- ldc
|
||||||
|
|
Loading…
Reference in New Issue