From a5046fd901d9f26c229c7f7606686f86699cb087 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Mon, 15 Jun 2020 23:50:41 -0400 Subject: Set up travis for continuous testing --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1ec0475..6195e33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,10 @@ authors = ["Owen Jacobson "] homepage = "https://things-to-check.herokuapp.com/" edition = "2018" +[badges.travis-ci] +project = "ojacobson/things-to-check" +branch = "main" + [dependencies] actix-rt = "~1.0" actix-web = "~2.0" -- cgit v1.2.3