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.
2 parents c494a9c + 699718a commit 4940327Copy full SHA for 4940327
.travis.yml
@@ -15,12 +15,12 @@ install:
15
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", on OSX
+# Fails on Travis Linux Mono latest (4.6.1) because FSharp.Core PCLs are not installed, see
+# https://github.com/fsharp/fsharp/issues/623#issuecomment-253165838
20
21
matrix:
22
allow_failures:
23
- - os: osx
+ - os: linux
24
mono: latest
25
26
0 commit comments