Skip to content

Commit 6041c9a

Browse files
authored
Merge pull request #817 from fsharp/dsyme-patch-1
Trial full build on osx/linux
2 parents dd951e9 + 69df078 commit 6041c9a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sudo: false
1616
install:
1717

1818
script:
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?
3633
matrix:
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

0 commit comments

Comments
 (0)