Skip to content

Commit 65849ee

Browse files
authored
add email notification for auto build.
1 parent 861b62d commit 65849ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ install:
1010
- pip install nose
1111
- pip install pycodestyle
1212
- pip install dicttoxml
13+
notifications:
14+
email:
15+
recipients:
16+
- wjielai@tencent.com
17+
- fysntian@tencent.com
18+
- burningzhan@tencent.com
1319
script:
1420
- pycodestyle --max-line-length=180 qcloud_cos/.
1521
- nosetests -s -v ut/

0 commit comments

Comments
 (0)