8000 chore: rotate slack notification token · githubib/twilio-python@13fb2ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 13fb2ed

Browse files
author
shwetharadhakrishna
committed
chore: rotate slack notification token
1 parent 54766da commit 13fb2ed

File tree

1 file changed

+27
-28
lines changed

1 file changed

+27
-28
lines changed

.travis.yml

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,40 @@
1-
dist: xenial # required for Python >= 3.7
1+
dist: xenial
22
language: python
33
python:
4-
- "2.7"
5-
- "3.4"
6-
- "3.5"
7-
- "3.6"
8-
- "3.7"
9-
- "3.8"
10-
- "3.9"
4+
- '2.7'
5+
- '3.4'
6+
- '3.5'
7+
- '3.6'
8+
- '3.7'
9+
- '3.8'
10+
- '3.9'
1111
services:
12-
- docker
12+
- docker
1313
install:
14-
- pip install virtualenv --upgrade
15-
- make install
16-
- make test-install
14+
- pip install virtualenv --upgrade
15+
- make install
16+
- make test-install
1717
script:
18-
- make test
18+
- make test
1919
deploy:
20-
- provider: script
21-
script: make docker-build && make docker-push
22-
skip_cleanup: true
23-
on:
24-
tags: true
25-
python: "3.6"
26-
- provider: pypi
27-
skip_cleanup: true
28-
user: "__token__"
29-
password: $PYPI_TOKEN
30-
on:
31-
tags: true
32-
python: "3.6"
33-
20+
- provider: script
21+
script: make docker-build && make docker-push
22+
skip_cleanup: true
23+
on:
24+
tags: true
25+
python: '3.6'
26+
- provider: pypi
27+
skip_cleanup: true
28+
user: __token__
29+
password: "$PYPI_TOKEN"
30+
on:
31+
tags: true
32+
python: '3.6'
3433
notifications:
3534
slack:
3635
if: branch = main
3736
on_pull_requests: false
3837
on_success: never
3938
on_failure: change
4039
rooms:
41-
- secure: hH8HAepfg60pch6GZ/GprMDpcyu7IjXS4eD+lIcG6TIhEIdn0YCO5K1GiFlDtWgiFfnk5tY5Wr40CEv66cJLg2DnI/q7l3O3wDof80mrbX18EOZ4cFg9ZgAAfSij4znbzf4/9ZQvLxA826Nx/yk9D33o1UE6nHF2xVMfb4bRptw=
40+
secure: n7ZtDd7AvPsw7Wd6fOCCWYiakWpCnYs1QqXpiozF9Rh1Z90XcrQp72utPFyl81jJp7zlgYWXSfHqmnUpbOCWd04WTsC4dkAY6dd/ThARV4kRkxONX3nlbRESOeZIWNXNOeSR1pg6sd9H7xwIDGmmN2arnFRNiQAD0y5li0yxAfQ=

0 commit comments

Comments
 (0)
0