File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ language: python
2
2
python :
3
3
- " 3.4"
4
4
5
+ branches :
6
+ only :
7
+ - main
8
+
5
9
before_script :
6
10
- flake8 .
7
11
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ Python-based Linked Data Notifications libraries
8
8
:alt: Version
9
9
10
10
11
- .. image :: https://travis-ci.com/trellis-ldp/py-ldnlib.svg?branch=master
11
+ .. image :: https://travis-ci.com/trellis-ldp/py-ldnlib.svg?branch=main
12
12
:target: https://travis-ci.com/trellis-ldp/py-ldnlib
13
13
:alt: Build Status
14
14
15
15
16
- .. image :: https://coveralls.io/repos/github/trellis-ldp/py-ldnlib/badge.svg?branch=master
17
- :target: https://coveralls.io/github/trellis-ldp/py-ldnlib?branch=master
16
+ .. image :: https://coveralls.io/repos/github/trellis-ldp/py-ldnlib/badge.svg?branch=main
17
+ :target: https://coveralls.io/github/trellis-ldp/py-ldnlib?branch=main
18
18
:alt: Coverage Status
19
19
20
20
You can’t perform that action at this time.
0 commit comments