From 1ab8dab707e321a80073956125d33ce126b4496c Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 8 May 2019 10:15:39 -0700 Subject: [PATCH] remove windows and linux builds from travis, since we do those on circle now. --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index f814f1298..e917d39c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ env: - USER=travis GO111MODULE=off os: - - windows - - linux - osx sudo: false @@ -13,12 +11,6 @@ language: go go: - 1.12.x -before_install: - - > - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; - then choco install -y make; - fi - script: - df -h - make ci @@ -28,6 +20,4 @@ branches: - master matrix: - allow_failures: - - os: windows fast_finish: true