From 3c599ed534183c34d9478bd7db97d6bef3da89c0 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Sat, 25 Mar 2023 18:19:53 -0400 Subject: [PATCH] travis: be gone with you! Signed-off-by: Vincent Batts --- .travis.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d2139f6..0000000 --- a/.travis.yml +++ /dev/null @@ -1,22 +0,0 @@ -language: go -arch: - - amd64 - - ppc64le -go: - - tip - - 1.15.x - - 1.14.x - - 1.13.x - - 1.12.x - - 1.11.x - - 1.10.x - -# let us have pretty, fast Docker-based Travis workers! -sudo: false - -install: - - go get -d ./... - -script: - - go test -v ./... - - go vet ./...