summaryrefslogtreecommitdiff
path: root/vendor/github.com/nxadm/tail/.travis.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-01-19 07:24:29 -0500
committerGitHub <noreply@github.com>2021-01-19 07:24:29 -0500
commit9a10f20bc1a8733f2a4025d4a1bca45aa31db0d7 (patch)
tree3d74e9e81d7016f0d51674557673e09c8ab41026 /vendor/github.com/nxadm/tail/.travis.yml
parent5f1a7a7d27824a0708760ae8f964b19caef18f3d (diff)
parentde05e5816869073600ae8e851093b4b9a9d7fab0 (diff)
downloadpodman-9a10f20bc1a8733f2a4025d4a1bca45aa31db0d7.tar.gz
podman-9a10f20bc1a8733f2a4025d4a1bca45aa31db0d7.tar.bz2
podman-9a10f20bc1a8733f2a4025d4a1bca45aa31db0d7.zip
Merge pull request #9001 from vrothberg/ginkgo
ginkgo: install on demand via `go get -u`
Diffstat (limited to 'vendor/github.com/nxadm/tail/.travis.yml')
-rw-r--r--vendor/github.com/nxadm/tail/.travis.yml18
1 files changed, 13 insertions, 5 deletions
diff --git a/vendor/github.com/nxadm/tail/.travis.yml b/vendor/github.com/nxadm/tail/.travis.yml
index 95dd3bd78..adcb2613b 100644
--- a/vendor/github.com/nxadm/tail/.travis.yml
+++ b/vendor/github.com/nxadm/tail/.travis.yml
@@ -3,13 +3,21 @@ language: go
script:
- go test -race -v ./...
+# For GOPATH build
+go_import_path: github.com/nxadm/tail
+
go:
- - "1.9"
- - "1.10"
- - "1.11"
- - "1.12"
- - "1.13"
+ # Keep the latest stable release at the top
+ # Keep 'tip' just under
+ # Because those two Go versions are the ones that interest us the most.
+ - "1.15.x"
- tip
+ - "1.14.x"
+ - "1.13.x"
+ - "1.12.x"
+ - "1.11.x"
+ - "1.10.x"
+ - "1.9.x"
matrix:
allow_failures: