Skip to content

Commit 699718a

Browse files
authored
Update .travis.yml
1 parent c494a9c commit 699718a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ install:
1515
script:
1616
- ./build.sh NuGet
1717

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
18+
# Fails on Travis Linux Mono latest (4.6.1) because FSharp.Core PCLs are not installed, see
19+
# https://github.com/fsharp/fsharp/issues/623#issuecomment-253165838
2020

2121
matrix:
2222
allow_failures:
23-
- os: osx
23+
- os: linux
2424
mono: latest
2525

2626

0 commit comments

Comments
 (0)