Skip to content

Commit c9fdd5a

Browse files
authored
Update .travis.yml
1 parent 6e89592 commit c9fdd5a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ script:
1919
# Fails on Travis Linux Mono latest (4.6.1) because FSharp.Core PCLs are not installed, see
2020
# https://github.com/fsharp/fsharp/issues/623#issuecomment-253165838
2121

22-
#matrix:
23-
# allow_failures:
24-
# - os: linux
25-
# mono: latest
22+
matrix:
23+
allow_failures:
24+
- os: linux
25+
mono: latest
26+
- os: osx
27+
mono: 4.4.2
2628

2729

0 commit comments

Comments
 (0)