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
|
||||
language: d
|
||||
d:
|
||||
- dmd-nightly
|
||||
- dmd-beta
|
||||
- dmd
|
||||
- ldc-beta
|
||||
- ldc
|
||||
|
|
Loading…
Reference in New Issue