Add Slack build notifications.
This commit is contained in:
parent
0f669ba9b1
commit
876253edce
21
.travis.yml
21
.travis.yml
|
@ -1,23 +1,16 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
|
|
||||||
cache: bundler
|
cache: bundler
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.1
|
- 2.1
|
||||||
- 2.0
|
- 2.0
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- TEST_SUITE=test
|
- TEST_SUITE=test
|
||||||
- TEST_SUITE=cucumber
|
- TEST_SUITE=cucumber
|
||||||
|
|
||||||
before_script: bundle update
|
before_script: bundle update
|
||||||
|
|
||||||
script: script/cibuild
|
script: script/cibuild
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
on_success: change
|
on_success: change
|
||||||
|
@ -25,7 +18,9 @@ notifications:
|
||||||
channels:
|
channels:
|
||||||
- irc.freenode.org#jekyll
|
- irc.freenode.org#jekyll
|
||||||
template:
|
template:
|
||||||
- '%{repository}#%{build_number} (%{branch}) %{message} %{build_url}'
|
- "%{repository}#%{build_number} (%{branch}) %{message} %{build_url}"
|
||||||
email:
|
email:
|
||||||
on_success: never
|
on_success: never
|
||||||
on_failure: never
|
on_failure: never
|
||||||
|
slack:
|
||||||
|
secure: dNdKk6nahNURIUbO3ULhA09/vTEQjK0fNbgjVjeYPEvROHgQBP1cIP3AJy8aWs8rl5Yyow4YGEilNRzKPz18AsFptVXofpwyqcBxaCfmHP809NX5PHBaadydveLm+TNVao2XeLXSWu+HUNAYO1AanCUbJSEyJTju347xCBGzESU=
|
||||||
|
|
Loading…
Reference in New Issue