@@ -8,3 +8,11 @@ before_script: |
||
| 8 | 8 |
- mysql -e 'create database huginn_test;' |
| 9 | 9 |
- bundle exec rake db:migrate db:test:prepare |
| 10 | 10 |
script: "bundle exec rake" |
| 11 |
+notifications: |
|
| 12 |
+ irc: |
|
| 13 |
+ channels: |
|
| 14 |
+ - "chat.freenode.net#huginn" |
|
| 15 |
+ template: |
|
| 16 |
+ - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
|
|
| 17 |
+ - "Change view : %{compare_url}"
|
|
| 18 |
+ - "Build details : %{build_url}"
|