From b92496a63422a494d3a31bb4a4a3034950b82217 Mon Sep 17 00:00:00 2001 From: Mike Borozdin Date: Thu, 29 Oct 2020 15:21:23 -0700 Subject: [PATCH] removing travis build instructions --- .travis.yml | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index ea314beb21..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2019 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -dist: xenial - -language: go -go: "1.13.x" - -git: - submodules: false - -branches: - only: - - master - -jobs: - include: - - os: linux - name: "Linux" - script: - - make - - os: osx - name: "OSX" - script: - - make - # - os: windows - # name: "Windows" - # env: - # - GO111MODULE=on - # - GOFLAGS="-mod=vendor" - # script: - # - make all -