Skip to content

Commit

Permalink
Remove travis badge; and documented actions
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed Feb 24, 2019
1 parent b17b5f7 commit db6ef1c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[![Travis CI](https://img.shields.io/travis/skx/simple-vpn/master.svg?style=flat-square)](https://travis-ci.org/skx/simple-vpn)
[![Go Report Card](https://goreportcard.com/badge/github.com/skx/simple-vpn)](https://goreportcard.com/report/github.com/skx/simple-vpn)
[![license](https://img.shields.io/github/license/skx/simple-vpn.svg)](https://github.com/skx/simple-vpn/blob/master/LICENSE)
[![Release](https://img.shields.io/github/release/skx/simple-vpn.svg)](https://github.com/skx/simple-vpn/releases/latest)
Expand Down Expand Up @@ -132,5 +131,16 @@ Because each client identifies itself with the hostname of the local system it i
To setup a static IP see the commented-out sections in the [server.cfg](etc/server.cfg) file.


## Github Setup

This repository is configured to run tests upon every commit, and when
pull-requests are created/updated. The testing is carried out via
[.github/run-tests.sh](.github/run-tests.sh) which is used by the
[github-action-tester](https://github.com/skx/github-action-tester) action.

Releases are automated in a similar fashion via [.github/build](.github/build),
and the [github-action-publish-binaries](https://github.com/skx/github-action-publish-binaries) action.


Steve
--

0 comments on commit db6ef1c

Please sign in to comment.