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 e06c58f commit a8ae3fdCopy full SHA for a8ae3fd
.travis.yml
@@ -1,12 +1,12 @@
1
language: csharp
2
solution: ProCraft.sln
3
notifications:
4
- irc:
5
- template:
6
- - "%{repository_slug} (%{commit}) : %{message}"
7
- - "Build details: %{build_url}"
8
- channels:
9
- - "irc.esper.net#ProCraft"
10
- on_success: change
+ irc:
+ template:
+ - "%{repository_slug} (%{commit}) : %{message}"
+ - "Build details: %{build_url}"
+ channels:
+ - "irc.esper.net#ProCraft"
+ on_success: change
11
script:
12
- msbuild /p:Configuration=Release ProCraft.sln
0 commit comments