Skip to content

Commit 0f1d3ae

Browse files
committed
Use main branch for CI/CD
1 parent e177825 commit 0f1d3ae

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ language: python
22
python:
33
- "3.4"
44

5+
branches:
6+
only:
7+
- main
8+
59
before_script:
610
- flake8 .
711

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Python-based Linked Data Notifications libraries
88
:alt: Version
99

1010

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
1212
:target: https://travis-ci.com/trellis-ldp/py-ldnlib
1313
:alt: Build Status
1414

1515

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
1818
:alt: Coverage Status
1919

2020

0 commit comments

Comments
 (0)