From bc3c08cf37c1985a19b49060e88eb67a709aa06d Mon Sep 17 00:00:00 2001 From: Scott Lystig Fritchie Date: Fri, 16 Oct 2015 17:11:14 +0900 Subject: [PATCH 1/2] Add .travis.yml --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ddd415c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: erlang +notifications: + email: scott@basho.com +otp_release: + - 17.5 -- 2.45.2 From de68973e46bd55df7ec9780ad00b75ea44cd43ed Mon Sep 17 00:00:00 2001 From: Scott Lystig Fritchie Date: Fri, 16 Oct 2015 17:17:28 +0900 Subject: [PATCH 2/2] TravisCI badge thingie in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 315dee7..c542b39 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Machi + [Travis-CI](http://travis-ci.org/basho/machi) :: ![Travis-CI](https://secure.travis-ci.org/basho/machi.png) + Our goal is a robust & reliable, distributed, highly available(*), large file store based upon write-once registers, append-only files, Chain Replication, and client-server style architecture. All members -- 2.45.2