Skip to content

Commit 69df078

Browse files
authored
Update .travis.yml
1 parent 452337b commit 69df078

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@ script:
2929
# - ./fcs/build.sh NuGet
3030

3131
# 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?
3233
matrix:
3334
exclude:
3435
- os: osx
3536
mono: 4.4.2
3637
- os: osx
3738
mono: 4.8.0
39+
- os: linux
40+
mono: latest
3841

0 commit comments

Comments
 (0)