1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00

removing travis ci

This commit is contained in:
Corey Daley
2021-07-02 16:15:55 -04:00
parent 30d81a9440
commit 6abec9f4fc

View File

@@ -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