mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Update travis build script.
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -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}"
|
||||
Reference in New Issue
Block a user