mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Merge pull request #24683 from spxtr/no-more-travis
Automatic merge from submit-queue Disable travis on master. There's no need for it, and it's blocking merges. Until we've got the munger ignoring travis, this should patch the problem. ref #24628
This commit is contained in:
commit
727eed2716
28
.travis.yml
28
.travis.yml
@ -1,27 +1,5 @@
|
|||||||
sudo: required
|
language: bash
|
||||||
|
|
||||||
# trusty required for docker
|
|
||||||
# https://github.com/travis-ci/travis-ci/issues/5448
|
|
||||||
dist: trusty
|
|
||||||
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
language: go
|
|
||||||
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- go: 1.6
|
|
||||||
|
|
||||||
install:
|
|
||||||
- go get github.com/tools/godep
|
|
||||||
- ./hack/install-etcd.sh
|
|
||||||
- ./hack/build-go.sh
|
|
||||||
- export PATH=$GOPATH/bin:./third_party/etcd:$PATH
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make verify BRANCH=$TRAVIS_BRANCH
|
- echo "Travis is disabled on master. See issue 23611."
|
||||||
|
- echo "https://github.com/kubernetes/kubernetes/issues/23611"
|
||||||
notifications:
|
|
||||||
irc: "chat.freenode.net#kubernetes-dev"
|
|
||||||
slack: kubernetes:PHPPkljtEsHXED6xl9IfOvKe
|
|
||||||
|
Loading…
Reference in New Issue
Block a user