Skip to content

Commit

Permalink
build: use go 1.10.2 and 1.9.6 for Travis builds
Browse files Browse the repository at this point in the history
Signed-off-by: Ron Evans <[email protected]>
  • Loading branch information
deadprogram committed May 30, 2018
1 parent 27465a1 commit 5c8401e
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.5
- "1.10.1"
- 1.9.6
- 1.10.2
- tip
matrix:
allow_failures:
Expand Down

0 comments on commit 5c8401e

Please sign in to comment.