Skip to content

Commit e59043f

Browse files
committed
Update .travis.yml.
Add notifications on email and IRC for failures.
1 parent 45fc5dd commit e59043f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ language: python
55
python:
66
- "2.7"
77
addons:
8-
firefox: "35.0"
8+
firefox: "37.0"
99
virtualenv:
1010
system_site_packages: true
1111
install:
@@ -17,3 +17,14 @@ env:
1717
- DISPLAY=':99.0'
1818
script:
1919
- ./test.sh
20+
notifications:
21+
email:
22+
recipients:
23+
- jsha@eff.org
24+
notifications:
25+
irc:
26+
channels:
27+
- "irc.oftc.net#https-everywhere"
28+
on_success: change
29+
on_failure: change
30+

0 commit comments

Comments
 (0)