We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70ae8e commit a354e8dCopy full SHA for a354e8d
.travis.yml
@@ -16,10 +16,11 @@ script:
16
- ./build.sh NuGet
17
18
# See bug "https://bugzilla.xamarin.com/show_bug.cgi?id=41914"
19
-# peverify failing on Mono latest with "condition `res != EINVAL' not met"
+# peverify failing on Mono latest with "condition `res != EINVAL' not met", on OSX
20
21
matrix:
22
allow_failures:
23
- - mono: latest
+ - os: osx
24
+ mono: latest
25
26
0 commit comments