Browse Source

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

v4
Christoph Ruegg 6 years ago
parent
commit
a659991c8e
  1. 4
      .travis.yml

4
.travis.yml

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

Loading…
Cancel
Save