Browse Source

Travis: Mono lock down to 6.10.0 (6.12.0 with F# 5 seems not to work with old FSharp.Core)

pull/752/head
Christoph Ruegg 5 years ago
parent
commit
a659991c8e
  1. 4
      .travis.yml

4
.travis.yml

@ -7,9 +7,9 @@ sudo: required #false
dist: bionic
dotnet: 3.1.101
mono:
- latest
- 6.10.0
os:
- linux
- linux
branches:
except:

Loading…
Cancel
Save