Run kustomize tests on OSX

This commit is contained in:
Phillip Wittrock
2019-02-28 19:21:59 -08:00
parent 16d1b20ed6
commit 1303ea3969

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