From cc00ab34324aa702ac830b0e551174e90529f7e3 Mon Sep 17 00:00:00 2001 From: Tim Heckman Date: Fri, 10 Dec 2021 00:23:31 -0800 Subject: [PATCH] Remove .travis.yml file --- .travis.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 97c0ca4..0000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright (c) 2019 Tim Heckman -# Use of this source code is governed by the Apache 2.0 License that can be -# found in the LICENSE file at the root of this repository. - -language: go -go: -- 1.13.x -- 1.14.x -env: - - GO111MODULE=off -sudo: false -before_install: make prebuild -after_success: - - bash <(curl -s https://codecov.io/bash) -notifications: - email: - on_success: never - on_failure: always