Files
Aaru.Server/.travis.yml

19 lines
528 B
YAML

language: csharp
solution: DiscImageChef.sln
mono:
- latest
- 5.2.0
notifications:
irc:
channels:
- "chat.freenode.net#DiscImageChef"
skip_join: true
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