From 84d2482ddbff9564c9ad75b2d30af66e3ddfd44d Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 12 May 2016 15:08:58 -0400 Subject: Updating go depencancies. Switching to go1.6 vendoring (#2949) --- .../_workspace/src/gopkg.in/fsnotify.v1/.travis.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Godeps/_workspace/src/gopkg.in/fsnotify.v1/.travis.yml (limited to 'Godeps/_workspace/src/gopkg.in/fsnotify.v1/.travis.yml') diff --git a/Godeps/_workspace/src/gopkg.in/fsnotify.v1/.travis.yml b/Godeps/_workspace/src/gopkg.in/fsnotify.v1/.travis.yml deleted file mode 100644 index 1b5151f12..000000000 --- a/Godeps/_workspace/src/gopkg.in/fsnotify.v1/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -sudo: false -language: go - -go: - - 1.5.1 - -before_script: - - go get -u github.com/golang/lint/golint - -after_script: - - test -z "$(gofmt -s -l -w . | tee /dev/stderr)" - - test -z "$(golint ./... | tee /dev/stderr)" - - go vet ./... - -os: - - linux - - osx - -notifications: - email: false -- cgit v1.2.3-1-g7c22