Skip to content
This repository has been archived by the owner on Jan 2, 2022. It is now read-only.

Commit

Permalink
Fix build configuration to test against go1.10.x
Browse files Browse the repository at this point in the history
Fixes #22
  • Loading branch information
billglover committed Jun 15, 2018
2 parents d45fb3e + 9dfaabd commit 139d402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- "1.x"
- "1.10.x"
- master

deploy:
Expand Down

0 comments on commit 139d402

Please sign in to comment.