Przeglądaj źródła

Fix badges over here [ci-skip]

Matt Coles 9 lat temu
rodzic
commit
d576ea1279
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
1
-# uni-society-manager [![travisbadge](https://travis-ci.org/Alpha-Atom/uni-society-manager.svg)](https://travis-ci.org/Alpha-Atom/uni-society-manager/builds) [![Coverage Status](https://coveralls.io/repos/github/Alpha-Atom/uni-society-manager/badge.svg?branch=master)](https://coveralls.io/github/Alpha-Atom/uni-society-manager?branch=master) ![dankmeme](https://img.shields.io/badge/contains-dank%20memes-brightgreen.svg)
1
+# uni-society-manager [![travisbadge](https://travis-ci.org/matt-coles/uni-society-manager.svg)](https://travis-ci.org/matt-coles/uni-society-manager/builds) [![Coverage Status](https://coveralls.io/repos/github/Alpha-Atom/uni-society-manager/badge.svg?branch=master)](https://coveralls.io/github/Alpha-Atom/uni-society-manager?branch=master) ![dankmeme](https://img.shields.io/badge/contains-dank%20memes-brightgreen.svg)
2 2
 
3 3
 Server for Integrated Project, powered by Express.js and Redis, listens for HTTPS requests on port 443 and HTTP requests on port 80 and port 3000. Certificate provided for free by the brilliant __[Lets Encrypt!](https://letsencrypt.org/)__ project. Unit tests are run on each commit with __[Travis CI](https://travis-ci.org/)__. Results of these tests can be viewed by clicking the build passing/failing badge. Unit tests exist for each route with a :white_check_mark: by its name.
4 4