Skip to content

Commit 73cfa71

Browse files
Merge pull request #27 from typelift/integrations/gitter-travis
Add Gitter integration with Travis
2 parents 7ab3257 + d7413f6 commit 73cfa71

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@ osx_image: xcode7.1
33
before_install: true
44
install: true
55
script: script/cibuild Concurrent Concurrent-iOS
6+
notifications:
7+
webhooks:
8+
urls:
9+
- https://webhooks.gitter.im/e/1d781e1bcbabade5de35
10+
on_success: always
11+
on_failure: always
12+
on_start: always

0 commit comments

Comments
 (0)