Showing with 1 addition and 5 deletions.
  1. +1 −5 .travis.yml
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: d
d:
- dmd
- gdc
- ldc
- ldc-0.16.0-beta2

script: ./travis.sh

Expand All @@ -12,10 +12,6 @@ addons:
packages:
- gdb

matrix:
allow_failures:
- d: ldc

env:
- SELF_COMPILE=0
- SELF_COMPILE=2