Merge pull request #3878 from mwielgus/rmtravis

Remove .travis.yml
This commit is contained in:
Kubernetes Prow Robot 2021-02-09 09:42:59 -08:00 committed by GitHub
commit bad3157bea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 28 deletions

View File

@ -1,28 +0,0 @@
sudo: required
services:
- docker
language: go
go:
- 1.14.x
before_install:
- sudo apt-get install libseccomp-dev -qq
before_script:
- mkdir -p $HOME/gopath/src/k8s.io
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/autoscaler
- hack/install-verify-tools.sh
- export PATH=$GOPATH/bin:$PATH
- go version
install: true
jobs:
include:
- stage: Verify
script: hack/verify-all.sh -v
- stage: Test
script: hack/for-go-proj.sh test