Skip to content

Commit

Permalink
build: update to latest Golang versions
Browse files Browse the repository at this point in the history
Signed-off-by: Ron Evans <ron@hybridgroup.com>
  • Loading branch information
deadprogram committed Apr 20, 2018
1 parent c1c0108 commit 06e1cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ sudo: required
dist: trusty
go_import_path: gobot.io/x/gobot
go:
- 1.9.4
- "1.10"
- 1.9.5
- "1.10.1"
- tip
matrix:
allow_failures:
Expand Down

0 comments on commit 06e1cba

Please sign in to comment.