Merge pull request #835 from pwittrock/master

Run kustomize tests on OSx
This commit is contained in:
Kubernetes Prow Robot
2019-03-04 10:03:00 -08:00
committed by GitHub

View File

@@ -1,3 +1,15 @@
os:
# TODO: Enable this when we can get the tests to work
# - windows
- linux
- osx
addons:
apt:
packages: tree
homebrew:
packages: tree
language: go
go:
@@ -17,7 +29,6 @@ env:
before_install:
- source ./bin/consider-early-travis-exit.sh
- sudo apt-get install tree
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin ${GOLANGCI_RELEASE}
- go get -u github.com/monopole/mdrip