travis: Improve travis speed by only building 1 go version for osx
This commit is contained in:
@@ -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...
|
||||||
|
|||||||
Reference in New Issue
Block a user