Skip to content

Commit e5d8451

Browse files
committed
allow failures on mono latest
1 parent 09d66f9 commit e5d8451

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ script:
2020
- xbuild ./src/fsharp-library-unittests-build.proj /p:TargetFramework=net40 /p:Configuration=Release
2121
- (cd tests/projects; ./build.sh)
2222
- (cd tests/fsharp/core; ./run-opt.sh)
23+
24+
matrix:
25+
allow_failures:
26+
- mono: latest

0 commit comments

Comments
 (0)