Skip to content

Commit 30ecb91

Browse files
committed
[infra] ignore mono 4.4.1
Has: broken GC, StreamDisposedException
1 parent 44d5d6b commit 30ecb91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: csharp
33
mono:
44
- 4.2.3
55
- 4.4.1
6+
- 4.6.0
67
- latest # => "stable release"
78
- weekly # => "latest commits"
89

@@ -20,3 +21,4 @@ matrix:
2021
allow_failures:
2122
- mono: latest
2223
- mono: weekly
24+
- mono: 4.4.1

0 commit comments

Comments
 (0)