Skip to content

Commit 82d54c2

Browse files
committed
add hipchat
1 parent 6e51a86 commit 82d54c2

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.travis.yml

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
language: python
22
python:
3-
- "2.6"
4-
- "2.7"
5-
- "3.2"
6-
- "3.3"
7-
3+
- '2.6'
4+
- '2.7'
5+
- '3.2'
6+
- '3.3'
87
install: python setup.py install
98
script: python test/__init__.py
9+
notifications:
10+
hipchat:
11+
rooms:
12+
secure: ZZZ8REjuy5atAjuQtQfRHGtOn/QMyhCaTHQ9phxOyabmtQ9YLP0qz+iLkCiDy2DVvs+Mq3fGbO+JYEJ8JarLUj8I5jwF+QuxCBRcdz0AOSYI6eyeR6XKtErXplmkRP/F1ZindWjZrf5+ZyJ+Y4mk7/MqjBbypqnt7VeZwapSwag=
13+
template:
14+
- '<a href="https://travis-ci.org/%{repository}/builds/%{build_id}">%{repository}
15+
Build %{build_number}</a> on branch <i>%{branch}</i> by %{author}: <strong>%{message}</strong>
16+
<a href="https://github.com/sendgrid/docs/commits/%{commit}">View on GitHub</a>'
17+
format: html

0 commit comments

Comments
 (0)