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:
Ron Evans 2019-05-21 15:32:09 +02:00
parent ee68549f94
commit c4bd88c03d
1 changed files with 1 additions and 2 deletions

View File

@ -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: