Skip to content

Commit d8400f2

Browse files
committed
Merge pull request #523 from enricosada/allow_failures_on_mono_latest
allow failures on mono latest
2 parents 991fdb3 + e5d8451 commit d8400f2

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)