Skip to content

Commit e11d321

Browse files
committed
Merge pull request #8 from DlangScience/John-Colvin-patch-1
allow os x gdc failure
2 parents 7c91247 + ae3ef94 commit e11d321

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@ d:
1313
- ldc-0.15.1
1414
- gdc
1515

16+
matrix:
17+
allow_failures:
18+
- os: osx
19+
d: gdc
20+
1621
script:
1722
- dub test --compiler=${DC}

0 commit comments

Comments
 (0)