From e562feaa3335045553dbc7b01df738ea0555b458 Mon Sep 17 00:00:00 2001 From: leonnicolas Date: Tue, 22 Sep 2020 23:43:41 +0200 Subject: [PATCH] README.md: build status --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b4827f9..001adba 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # API-server Apollo server written in typescript that handles business logic. + +[![Build Status](https://travis-ci.com/flotte-goes-smart/apollo-server.svg?token=YfRmpHAXqyUafCgSEexw&branch=main)](https://travis-ci.com/flotte-goes-smart/apollo-server) + ## Assumptions Userserver and postgres are running e.g. with Julius' Docker Compose. ## Usage