Skip to content

Commit

Permalink
Merge pull request #16 from rickypai/patch-1
Browse files Browse the repository at this point in the history
test against go 1.14.x and go 1.15.x
  • Loading branch information
dfinkel authored Oct 23, 2020
2 parents 04dcb1b + 22ce4a5 commit ff53c5f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ script:
- go test ./...

go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- 1.15.x
- master

cache:
Expand Down

0 comments on commit ff53c5f

Please sign in to comment.