Skip to content

Commit

Permalink
build: only build last 2 versions of Go plus tip for CI
Browse files Browse the repository at this point in the history
Signed-off-by: Ron Evans <[email protected]>
  • Loading branch information
deadprogram committed May 22, 2019
1 parent ee68549 commit c4bd88c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ sudo: required
dist: trusty
go_import_path: gobot.io/x/gobot
go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- tip
matrix:
allow_failures:
Expand Down

0 comments on commit c4bd88c

Please sign in to comment.