mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
39 lines
532 B
YAML
39 lines
532 B
YAML
os:
|
|
- linux
|
|
- osx
|
|
# TODO: Uncomment when tests running on Windows.
|
|
# - windows
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- tree
|
|
homebrew:
|
|
packages:
|
|
- tree
|
|
update: true
|
|
|
|
# Only clone the most recent commit.
|
|
git:
|
|
depth: 1
|
|
|
|
language: go
|
|
|
|
go:
|
|
- "1.12"
|
|
|
|
go_import_path: sigs.k8s.io/kustomize
|
|
|
|
before_install:
|
|
- source ./travis/consider-early-travis-exit.sh
|
|
|
|
# Skip the install process; let pre-commit.sh do it.
|
|
install: true
|
|
|
|
script:
|
|
- ./travis/pre-commit.sh
|
|
|
|
# TBD. Suppressing for now.
|
|
notifications:
|
|
email: false
|