Skip to content

Commit 0feecbf

Browse files
committed
travis: add slack notification
1 parent a0b23e4 commit 0feecbf

File tree

1 file changed

+19
-23
lines changed

1 file changed

+19
-23
lines changed

.travis.yml

+19-23
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
11
language: python
2-
32
python:
4-
- 3.3
5-
- 3.4
6-
- 3.5
7-
3+
- 3.3
4+
- 3.4
5+
- 3.5
86
services:
9-
- rabbitmq
10-
7+
- rabbitmq
118
env:
12-
- PYTHONASYNCIODEBUG=1
13-
- AMQP_REFRESH_TIME=5
14-
9+
- PYTHONASYNCIODEBUG=1
10+
- AMQP_REFRESH_TIME=5
1511
install:
16-
- pip install -r requirements_dev.txt
17-
- pip install --editable .
18-
- pip freeze
19-
12+
- pip install -r requirements_dev.txt
13+
- pip install --editable .
14+
- pip freeze
2015
script: make test
21-
2216
notifications:
23-
email: true
24-
irc:
25-
channels:
26-
- "chat.freenode.net#aioamqp"
27-
on_success: change
28-
on_failure: always
29-
use_notice: true
30-
skip_join: true
17+
email: true
18+
irc:
19+
channels:
20+
- chat.freenode.net#aioamqp
21+
on_success: change
22+
on_failure: always
23+
use_notice: true
24+
skip_join: true
25+
slack:
26+
secure: apz1q5tPlt/F/YMMbP/1n7DhlCgfl6TZPo+IY79lrj8ko51srq043OksWnrwiCPz0e8pXG4QPOBhnP/IkkupeH9qQ/JziN35Cn7tfCsY9Id0i35KDe6gJPZKJd9+w9fF1d+ceYMyyN86JIpyuKCta0DP2FV+wwdAmP5TJv+kh6E=

0 commit comments

Comments
 (0)