Skip to content

Commit

Permalink
Add testing for Go1.15 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsnet committed Aug 12, 2020
1 parent 036ffc7 commit db9de43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ matrix:
script:
- go test -v -race ./...
- go: 1.14.x
script:
- go test -v -race ./...
- go: 1.15.x
script:
- diff -u <(echo -n) <(gofmt -d .)
- go test -v -race ./...
Expand Down

0 comments on commit db9de43

Please sign in to comment.