From f475dc27469af81f95ab88266d6ac191cbd1374a Mon Sep 17 00:00:00 2001 From: Aravinda VK Date: Mon, 4 Jan 2016 16:32:06 +0530 Subject: [PATCH] Added .travis.yml file and Build status Signed-off-by: Aravinda VK --- .travis.yml | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..613564f --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: rust \ No newline at end of file diff --git a/README.md b/README.md index ffbb6bf..ffa3b54 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Log Watcher +[![Build Status](https://travis-ci.org/aravindavk/logwatcher.svg?branch=master)](https://travis-ci.org/aravindavk/logwatcher) + A [Rust](https://www.rust-lang.org/) library to watch the log files. Note: Tested only in Linux