summaryrefslogtreecommitdiff
path: root/vendor/gopkg.in/fsnotify.v1/.travis.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-03-29 16:41:47 +0200
committerGitHub <noreply@github.com>2022-03-29 16:41:47 +0200
commit0eff4b70d0429c0dd1d95bc0a15f679cef351cb5 (patch)
treede6c66409ca20c10c1500cfa0057421afbb489bd /vendor/gopkg.in/fsnotify.v1/.travis.yml
parent83d0729146dc4616e180c8d36ffd90de093b8617 (diff)
parent21502987b2318292bf98e3ef502fb4c0cf9a6d58 (diff)
downloadpodman-0eff4b70d0429c0dd1d95bc0a15f679cef351cb5.tar.gz
podman-0eff4b70d0429c0dd1d95bc0a15f679cef351cb5.tar.bz2
podman-0eff4b70d0429c0dd1d95bc0a15f679cef351cb5.zip
Merge pull request #13686 from vrothberg/nxadm
replace hpcloud/tail with nxadm/tail
Diffstat (limited to 'vendor/gopkg.in/fsnotify.v1/.travis.yml')
-rw-r--r--vendor/gopkg.in/fsnotify.v1/.travis.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/vendor/gopkg.in/fsnotify.v1/.travis.yml b/vendor/gopkg.in/fsnotify.v1/.travis.yml
deleted file mode 100644
index 981d1bb81..000000000
--- a/vendor/gopkg.in/fsnotify.v1/.travis.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-sudo: false
-language: go
-
-go:
- - 1.8.x
- - 1.9.x
- - tip
-
-matrix:
- allow_failures:
- - go: tip
- fast_finish: true
-
-before_script:
- - go get -u github.com/golang/lint/golint
-
-script:
- - go test -v --race ./...
-
-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