From 442e56568cfd3957ac1470937ea1eb4d7ac243c9 Mon Sep 17 00:00:00 2001 From: "M. George Hansen" Date: Sun, 31 May 2020 10:18:43 -0700 Subject: [PATCH] docs: add travis badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fbd1dbf..63c9683 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # websnacks: Minimal Dependency Server-Side JSX for Static Sites +[![Build Status](https://travis-ci.org/websnacksjs/websnacks.svg?branch=master)](https://travis-ci.org/websnacksjs/websnacks) + Develop fully static websites using typesafe JSX templates on the server without the complex build system and dependency management of server-side rendered React frameworks. ## Goals