Skip to content

Commit 532621d

Browse files
committed
Slack integration
1 parent 4a8b7d2 commit 532621d

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
---
21
language: ruby
32
rvm:
4-
- 2.1.5
5-
- 1.9.3-p551
6-
before_script: "if [[ $TRAVIS_RUBY_VERSION != '1.9.3-p551' || $TRAVIS_SECURE_ENV_VARS != 'true' ]]; then unset CODECLIMATE_REPO_TOKEN; fi"
3+
- 2.1.5
4+
- 1.9.3-p551
5+
before_script: if [[ $TRAVIS_RUBY_VERSION != '1.9.3-p551' || $TRAVIS_SECURE_ENV_VARS
6+
!= 'true' ]]; then unset CODECLIMATE_REPO_TOKEN; fi
77
notifications:
8+
slack:
9+
secure: TjtH21rnlUlNVu47g+cZSfgI+01RyAZzuMNU1nZskuUMJzf0PHGQAvA9VVVtC5SQiipGg0eB60xIlFN1VW/pYGw5yUcRkuqp9BUywC6CQFpduOc8fyBJ/ZD90Uu3tS/dCc5WCPRA1KPvGgtd6biofBuC/PJ8rMHQO6SVHUxGVvI=
810
webhooks:
911
urls:
10-
- http://build-monitor.cfapps.io/projects/JBP/webhook
12+
- http://build-monitor.cfapps.io/projects/JBP/webhook
1113
on_start: true
1214
env:
1315
global:

0 commit comments

Comments
 (0)