We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452337b commit 69df078Copy full SHA for 69df078
.travis.yml
@@ -29,10 +29,13 @@ script:
29
# - ./fcs/build.sh NuGet
30
31
# Fails on Travis OSX too often because there are network outages on that configuration getting the Mono MDK
32
+# Fails on Travis Linux with Mono latest do to a trust issue with certs on package restore?
33
matrix:
34
exclude:
35
- os: osx
36
mono: 4.4.2
37
38
mono: 4.8.0
39
+ - os: linux
40
+ mono: latest
41
0 commit comments