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