mirror of https://github.com/fluxcd/cli-utils.git
28 lines
374 B
Plaintext
28 lines
374 B
Plaintext
# Copyright 2020 The Kubernetes Authors.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
# The file formerly known as top level .travis,
|
|
# moved down here for short term reference.
|
|
# We now do presubmit testing on prow.
|
|
|
|
language: go
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
go:
|
|
- "1.13"
|
|
|
|
git:
|
|
depth: 1
|
|
|
|
go_import_path: sigs.k8s.io/cli-utils
|
|
|
|
script:
|
|
- make lint test
|
|
|
|
notifications:
|
|
email: false
|