Files
Aaru/.travis.yml

14 lines
367 B
YAML
Raw Normal View History

2015-10-24 01:10:04 +01:00
language: csharp
solution: DiscImageChef.sln
mono:
- latest
- 5.2.0
notifications:
2018-02-24 22:33:05 +00:00
irc:
channels:
- "chat.freenode.net#DiscImageChef"
skip_join: true
template:
2018-02-24 22:45:48 +00:00
- "Commit %{commit} by %{author} in %{branch} %{result} after %{duration}."
2018-02-25 05:57:14 +00:00
- "Commit changes: {commit_subject}"
- "Details on %{build_url}, changes on %{compare_url}"