From 9f1008ddb886243a959be9c66e048ed4e13be721 Mon Sep 17 00:00:00 2001 From: Christopher Broglie Date: Wed, 30 Oct 2019 14:14:28 -0700 Subject: [PATCH] Drop the slow macOS build It takes forever in Travis, and we have enough folks developing on macOS so any regressions will be caught quickly. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a6f76348c..8fb13df41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,6 @@ matrix: include: - go: 1.12.x - go: 1.13.x - - go: master - os: osx - env: BUILD_TAGS= - allow_failures: - - go: master # Install g++-4.8 to support std=c++11 for github.com/google/certificate-transparency/go/merkletree addons: