Skip to content

Commit a354e8d

Browse files
committed
only fails on OSX
1 parent b70ae8e commit a354e8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ script:
1616
- ./build.sh NuGet
1717

1818
# See bug "https://bugzilla.xamarin.com/show_bug.cgi?id=41914"
19-
# peverify failing on Mono latest with "condition `res != EINVAL' not met"
19+
# peverify failing on Mono latest with "condition `res != EINVAL' not met", on OSX
2020

2121
matrix:
2222
allow_failures:
23-
- mono: latest
23+
- os: osx
24+
mono: latest
2425

2526

0 commit comments

Comments
 (0)