From e8586e99586c90f9dceddcbd2c1e3a1c36c9d277 Mon Sep 17 00:00:00 2001 From: Eric Mendes Dantas Date: Sun, 2 Oct 2016 10:57:15 -0300 Subject: [PATCH] build/test: adds travis' config file and also adds the build badge in the readme --- .travis.yml | 4 ++++ README.md | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3f478f1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: go +go: + - 1.7 + - tip \ No newline at end of file diff --git a/README.md b/README.md index 9d4be2b..d8ea802 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # watcher + +[![Build Status](https://travis-ci.org//radovskyb/watcher.svg?branch=master)](https://travis-ci.org//radovskyb/watcher) + `watcher` is a simple Go package for watching files or directory changes. `watcher` watches for changes and notifies over channels either anytime an event or an error has occured.