From 6db0b77d592f0dc70f413941bd73e717bed78b12 Mon Sep 17 00:00:00 2001 From: Chris Howey Date: Mon, 8 Oct 2012 21:22:28 -0500 Subject: [PATCH] Travis CI --- .travis.yml | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4f2ee4d --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: go diff --git a/README.md b/README.md index 020b499..4ba800c 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,6 @@ Notes: * No, you must add watches for any directory you want to watch. * Do I have to watch the Error and Event channels in a separate goroutine? * As of now, yes. Looking into making this single-thread friendly. + +[![Build Status](https://secure.travis-ci.org/howeyc/fsnotify.png?branch=master)](http://travis-ci.org/howeyc/fsnotify) + -- 2.50.1