Skip to content

Commit b70ae8e

Browse files
committed
allow failures, no longer compiles on Mono 4.0.5
1 parent 3f8b9b0 commit b70ae8e

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ os:
77
mono:
88
- latest
99
- 4.2.2
10-
- 4.0.5
1110

1211
sudo: false
1312

@@ -16,7 +15,11 @@ install:
1615
script:
1716
- ./build.sh NuGet
1817

19-
#matrix:
20-
# allow_failures:
21-
# - os: osx
22-
# mono: latest
18+
# See bug "https://bugzilla.xamarin.com/show_bug.cgi?id=41914"
19+
# peverify failing on Mono latest with "condition `res != EINVAL' not met"
20+
21+
matrix:
22+
allow_failures:
23+
- mono: latest
24+
25+

0 commit comments

Comments
 (0)