Skip to content

Commit

Permalink
Add go 1.10 to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mtibben committed Apr 13, 2018
1 parent 33daaea commit f0f3e67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ install:
- govendor status

go:
- 1.8
- 1.9
- "1.8"
- "1.9"
- "1.10"

os:
- linux
Expand Down

0 comments on commit f0f3e67

Please sign in to comment.