summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2020-06-15 23:50:41 -0400
committerOwen Jacobson <owen@grimoire.ca>2020-06-16 01:00:39 -0400
commita5046fd901d9f26c229c7f7606686f86699cb087 (patch)
tree59a9be83f0b937a8f7f85028ee0a137211b99980 /Cargo.toml
parent9f1a786d309d9e712c408686ba58b6c90703827a (diff)
Set up travis for continuous testing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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 <owen@grimoire.ca>"]
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"