travis: Improve travis speed by only building 1 go version for osx

This commit is contained in:
Johan Bloemberg
2018-02-20 21:41:03 +01:00
parent 4898297cce
commit f34ca3a5ca

View File

@@ -1,7 +1,6 @@
language: go language: go
os: os:
- linux - linux
- osx
go: go:
- 1.9.x - 1.9.x
- 1.10.x - 1.10.x
@@ -21,6 +20,10 @@ matrix:
- go: 1.10.x - go: 1.10.x
- go: tip - go: tip
- os: osx - 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 # 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... # with a value of: irc.freenode.net#mgmtconfig to eliminate noise from forks...