From 91a3a4a4813b213034199948145bd5017fb963b8 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Tue, 24 Jul 2018 23:36:11 -0400 Subject: [PATCH] Add travis status to the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7a37ddd..c7967c7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # dtparse + +![travisci](https://travis-ci.org/bspeice/dtparse.svg?branch=master) + A [dateutil](https://github.com/dateutil/dateutil)-compatible timestamp parser for Rust ## Where it stands