From: Chris Howey Date: Wed, 15 May 2013 13:02:54 +0000 (-0500) Subject: No Travis-CI until Go 1.1 X-Git-Tag: v1.7.2~367 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=68ed96d64950dedc228d705c802cf8dc9a8ba7f0;p=fsnotify.git No Travis-CI until Go 1.1 --- diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 479898f..0000000 --- a/.travis.yml +++ /dev/null @@ -1,4 +0,0 @@ -language: go - -install: - - go get code.google.com/p/go.exp/fsnotify diff --git a/README.md b/README.md index 4df1c7f..401462c 100644 --- a/README.md +++ b/README.md @@ -65,5 +65,3 @@ Notes: * 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) -