Skip to content

Commit 06fb47d

Browse files
committed
update CI builds again
1 parent 25db775 commit 06fb47d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ os:
44
- linux
55
- osx
66

7-
osx_image: xcode9
7+
osx_image: xcode11.2
88

99
mono:
1010
- weekly
1111
- latest
12-
- 5.8.0
12+
- 6.0.0
1313

1414
dotnet: 3.0.100
1515

@@ -18,6 +18,6 @@ sudo: false
1818
install:
1919

2020
script:
21-
- ./fcs/build.sh Build
21+
- ./fcs/build.sh TestAndNuget
2222

2323

appveyor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ build_script:
99
test: off
1010
version: '{build}'
1111
artifacts:
12-
- path: release\fcs\*.nupkg
13-
type: NuGetPackage
12+
- path: artifacts\bin\fcs\Release\*.nupkg

0 commit comments

Comments
 (0)