We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e51a86 commit 82d54c2Copy full SHA for 82d54c2
.travis.yml
@@ -1,9 +1,17 @@
1
language: python
2
python:
3
- - "2.6"
4
- - "2.7"
5
- - "3.2"
6
- - "3.3"
7
-
+- '2.6'
+- '2.7'
+- '3.2'
+- '3.3'
8
install: python setup.py install
9
script: python test/__init__.py
+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