From 3783692afcca4f8be471cd510aa99f3ecf261311 Mon Sep 17 00:00:00 2001 From: Tim Gee Date: Sun, 22 Jul 2018 16:45:52 +0100 Subject: [PATCH 1/2] Update README.md Add Travis CI badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 905de8f..f75d120 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Trickl Language +Build status: [![build_status](https://travis-ci.org/trickl/language.svg?branch=master)](https://travis-ci.org/trickl/language) + A set of short utility functions for parsing common English language constructs. Specifically - reading numbers, currency amounts and durations as English text and converting into a strongly typed class. From 3b36ef6906a47808e3c7a2503cbf56ecbea72d84 Mon Sep 17 00:00:00 2001 From: Tim Gee Date: Sun, 22 Jul 2018 16:48:15 +0100 Subject: [PATCH 2/2] Update README.md travis-ci.org -> travis-ci.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f75d120..473fb81 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Trickl Language -Build status: [![build_status](https://travis-ci.org/trickl/language.svg?branch=master)](https://travis-ci.org/trickl/language) +Build status: [![build_status](https://travis-ci.com/trickl/language.svg?branch=master)](https://travis-ci.com/trickl/language) A set of short utility functions for parsing common English language constructs.