From 7f1d7db44d0d2a9d81cc22ba5a63746b9023dc51 Mon Sep 17 00:00:00 2001 From: Mikhail Mazurskiy Date: Mon, 26 Sep 2022 21:26:28 +1000 Subject: [PATCH] chore: remove file --- hack/old_dot_travis | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 hack/old_dot_travis diff --git a/hack/old_dot_travis b/hack/old_dot_travis deleted file mode 100644 index ad6a9e37..00000000 --- a/hack/old_dot_travis +++ /dev/null @@ -1,27 +0,0 @@ -# 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