Skip to content

Commit

Permalink
Run kustomize tests on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittrock committed Mar 1, 2019
1 parent 16d1b20 commit 1303ea3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

Expand Down

0 comments on commit 1303ea3

Please sign in to comment.