Update travis build script.

This commit is contained in:
2020-03-15 19:05:51 +00:00
parent 17f0d48b4b
commit 98ae1e71e2

View File

@@ -1,7 +1,9 @@
language: csharp
solution: Aaru.sln
mono:
- latest
mono: none
dotnet: 2.1.502
script:
- dotnet restore
notifications:
irc:
channels:
@@ -10,8 +12,4 @@ notifications:
template:
- "Commit %{commit} by %{author} in %{branch} %{result} after %{duration}."
- "Commit changes: %{commit_subject}"
- "Details on %{build_url}, changes on %{compare_url}"
before_install:
- mkdir -p .nuget
- wget -O .nuget/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
- mono .nuget/nuget.exe restore Aaru.sln
- "Details on %{build_url}, changes on %{compare_url}"