File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ sudo: false
1616install :
1717
1818script :
19- - ./fcs/build.sh Build.NetFx
19+ - ./fcs/build.sh Build
2020
2121# Woes with doing more build/test on linux
2222#
@@ -27,16 +27,15 @@ script:
2727#
2828# This fails because Nuget packaging doesn't like backslashes in the package file, but Windows does
2929# - ./fcs/build.sh NuGet
30- #
31- # Not sure i this works, depends on the state of the .NET Standard build on Travis
32- # - ./fcs/build.sh Build
33- #
3430
3531# 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?
3633matrix :
3734 exclude :
3835 - os : osx
3936 mono : 4.4.2
4037 - os : osx
4138 mono : 4.8.0
39+ - os : linux
40+ mono : latest
4241
You can’t perform that action at this time.
0 commit comments