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.