Skip to content

Commit

Permalink
chore(project): build on the latest versions of golang (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Coulon <[email protected]>
  • Loading branch information
xcoulon authored Sep 9, 2017
1 parent 70ddfc5 commit 59e4119
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ install:
language: go

go:
- 1.7
- 1.8
- 1.9
- 1.7.x
- 1.8.x
- 1.9.x
- master

script:
- make generate
Expand Down

0 comments on commit 59e4119

Please sign in to comment.