From 6abec9f4fc689f7a06271f5273255c4bcbeeaeda Mon Sep 17 00:00:00 2001 From: Corey Daley Date: Fri, 2 Jul 2021 16:15:55 -0400 Subject: [PATCH] removing travis ci --- .travis.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f11a07c17..000000000 --- a/.travis.yml +++ /dev/null @@ -1,24 +0,0 @@ -arch: - - amd64 - - ppc64le -language: go - -go: - - 1.13.x - -install: - - make install-travis - -script: - - GOFLAGS="-mod=vendor" make verify - - GOFLAGS="-mod=vendor" make check TESTFLAGS="-p=4" TESTS="''" # empty quotes are because hack/test-go.sh requires 2 args - -notifications: - irc: "chat.freenode.net#openshift-dev" - -sudo: false - -matrix: - allow_failures: - - go: master - fast_finish: true