]> go.fuhry.dev Git - fsnotify.git/commitdiff
Travis CI
authorChris Howey <chris@howey.me>
Tue, 9 Oct 2012 02:22:28 +0000 (21:22 -0500)
committerChris Howey <chris@howey.me>
Tue, 9 Oct 2012 02:22:28 +0000 (21:22 -0500)
.travis.yml [new file with mode: 0644]
README.md

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..4f2ee4d
--- /dev/null
@@ -0,0 +1 @@
+language: go
index 020b4996e74e63d38db27c8b128d977ae43b7c2a..4ba800c32def81aba74f7fa02f5fe2817f4a24cd 100644 (file)
--- 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)
+