From f34ca3a5cae9fbb8b141199d78d8792135aedc7d Mon Sep 17 00:00:00 2001 From: Johan Bloemberg Date: Tue, 20 Feb 2018 21:41:03 +0100 Subject: [PATCH] travis: Improve travis speed by only building 1 go version for osx --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ca0f2eef..c70cd66b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: go os: - linux - - osx go: - 1.9.x - 1.10.x @@ -21,6 +20,10 @@ matrix: - go: 1.10.x - go: tip - os: osx + # include only one build for osx for a quicker build as the nr. of these runners are sparse + include: + - os: osx + go: 1.9.x # the "secure" channel value is the result of running: ./misc/travis-encrypt.sh # with a value of: irc.freenode.net#mgmtconfig to eliminate noise from forks...