Skip to content

Commit

Permalink
.travis.yml: add latest Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke1 committed Jun 4, 2021
1 parent 759f71f commit c37a2d3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ go:
- 1.9
- "1.10.x"
- "1.11.x"
- tip
- "1.12.x"
- "1.13.x"
- "1.14.x"
- "1.15.x"
- "1.16.x"
- master

script:
script:
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- dep ensure
- go test ./...

0 comments on commit c37a2d3

Please sign in to comment.