We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a2c66 commit 6c5fe59Copy full SHA for 6c5fe59
.travis.yml
@@ -1,5 +1,5 @@
1
language: csharp
2
-mono: 4.4.2
+mono: 5.0.0
3
install:
4
- mkdir ./.paket
5
- wget -O ./.paket/paket.bootstrapper.exe https://github.com/fsprojects/Paket/releases/download/3.18.2/paket.bootstrapper.exe
appveyor.yml
@@ -1,4 +1,5 @@
-version: 2.1.2.{build}
+os: Visual Studio 2017
+version: 3.0.0.{build}
before_build:
- ps: ./scripts/Install.ps1
build:
0 commit comments