Skip to content

Commit 6c5fe59

Browse files
committed
CI: update compilers
1 parent 59a2c66 commit 6c5fe59

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: csharp
2-
mono: 4.4.2
2+
mono: 5.0.0
33
install:
44
- mkdir ./.paket
55
- wget -O ./.paket/paket.bootstrapper.exe https://github.com/fsprojects/Paket/releases/download/3.18.2/paket.bootstrapper.exe

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
version: 2.1.2.{build}
1+
os: Visual Studio 2017
2+
version: 3.0.0.{build}
23
before_build:
34
- ps: ./scripts/Install.ps1
45
build:

0 commit comments

Comments
 (0)