File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ deploy:
30
30
password : $PYPI_TOKEN
31
31
skip_cleanup : true
32
32
on :
33
- branch : master
33
+ branch : main
34
34
condition : " $TRAVIS_TEST_RESULT = 0"
35
35
tags : true
36
36
python : ' 3.6'
37
37
38
38
notifications :
39
39
slack :
40
- if : branch = master
40
+ if : branch = main
41
41
on_pull_requests : false
42
42
on_success : never
43
43
on_failure : change
Original file line number Diff line number Diff line change 3
3
4
4
|Build Status | |Email Notifications Badge | |Twitter Follow | |Codecov branch | |Code Climate | |Python Versions | |PyPI Version | |GitHub contributors | |MIT licensed |
5
5
6
+ **The default branch name for this repository has been changed to `main` as of 07/27/2020. **
7
+
6
8
**Quickly and easily access any RESTful or RESTful-like API. **
7
9
8
10
If you are looking for the Twilio SendGrid API client library, please see `this repo `_.
You can’t perform that action at this time.
0 commit comments