Skip to content

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeSlave committed Jun 6, 2016
1 parent d575f3c commit 107f766
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ d:
matrix:
exclude:
- d: gdc-4.9.2
os: osx
- d: ldc-0.15.1
os: osx
- d: dmd-2.069.2
os: osx
allow_failures:
- os: osx

script:
- dub build --compiler=${DC}
- dub run :printdirs --compiler=${DC}

0 comments on commit 107f766

Please sign in to comment.