From: Chris Howey Date: Tue, 9 Oct 2012 02:22:28 +0000 (-0500) Subject: Travis CI X-Git-Tag: v1.7.2~399 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=6db0b77d592f0dc70f413941bd73e717bed78b12;p=fsnotify.git Travis CI --- 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) +