Mention continuous integration badge in NEWS.
This commit is contained in:
parent
e933ecf046
commit
9f6407ada6
2 changed files with 5 additions and 3 deletions
1
NEWS
1
NEWS
|
@ -1,5 +1,6 @@
|
||||||
1.3.4.dev0
|
1.3.4.dev0
|
||||||
* Part of #125: Color borgmatic (but not Borg) output when using an interactive terminal.
|
* Part of #125: Color borgmatic (but not Borg) output when using an interactive terminal.
|
||||||
|
* #168: Update README with continuous integration badge.
|
||||||
* Document installing borgmatic with pip install --user instead of a system Python install.
|
* Document installing borgmatic with pip install --user instead of a system Python install.
|
||||||
|
|
||||||
1.3.3
|
1.3.3
|
||||||
|
|
|
@ -93,9 +93,10 @@ See the Black and Flake8 documentation for more information.
|
||||||
|
|
||||||
## Continuous integration
|
## Continuous integration
|
||||||
|
|
||||||
Each pull request will trigger a continuous integration build which will run
|
Each pull request triggers a continuous integration build which runs the test
|
||||||
the test suite. These builds can be seen on
|
suite. You can view these builds on
|
||||||
[build.torsion.org](https://build.torsion.org/witten/borgmatic).
|
[build.torsion.org](https://build.torsion.org/witten/borgmatic), and they're
|
||||||
|
also linked from the commits list on each pull request.
|
||||||
|
|
||||||
## Related documentation
|
## Related documentation
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue