Commit 727eed27 authored by k8s-merge-robot's avatar k8s-merge-robot

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
parents 4554e08a 41001559
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment