Skip to content

Commit e256249

Browse files
committed
IN_PROGRESS notifications
This change adds IN_PROGRESS notifications to the Travis builds.
1 parent e767ddf commit e256249

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ rvm:
66
before_script: "if [[ $TRAVIS_RUBY_VERSION != '1.9.3-p484' || $TRAVIS_SECURE_ENV_VARS != 'true' ]]; then unset CODECLIMATE_REPO_TOKEN; fi"
77
install: bundle install --deployment --without debug
88
notifications:
9-
webhooks: http://build-monitor.cfapps.io/projects/JBP/webhook
9+
webhooks:
10+
urls:
11+
- http://build-monitor.cfapps.io/projects/JBP/webhook
12+
on_start: true
1013
env:
1114
global:
1215
secure: chtqT1mTsdgd7WFeieNcMnwK4bI+4kzpNbzHo18ITOEsjrTxHinYGRitS+CbJ0sVivOlfunWkF2mcEs1941LCSGsUzNVv8tEYfAS94HO/dK/WJMEtpH8r1JTXoP4yY2rb86ynSB79LuIzjBHpEv4FohrxdScLaoy88+Aw3boauM= #CODECLIMATE_REPO_TOKEN

0 commit comments

Comments
 (0)