build: only build last 2 versions of Go plus tip for CI
Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
parent
ee68549f94
commit
c4bd88c03d
|
@ -3,9 +3,8 @@ sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
go_import_path: gobot.io/x/gobot
|
go_import_path: gobot.io/x/gobot
|
||||||
go:
|
go:
|
||||||
- 1.9.x
|
|
||||||
- 1.10.x
|
|
||||||
- 1.11.x
|
- 1.11.x
|
||||||
|
- 1.12.x
|
||||||
- tip
|
- tip
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|
Loading…
Reference in New Issue