Skip to content

Commit

Permalink
Add go 1.15 in .travis.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Daniil Rutskiy <[email protected]>
  • Loading branch information
dstdfx committed Sep 21, 2020
1 parent 1aa00d4 commit c6e4964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ install:
- go get github.com/wadey/gocovmerge
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.3
go:
- "1.13"
- "1.14"
- "1.15"
script:
- make tests
after_success:
Expand Down

0 comments on commit c6e4964

Please sign in to comment.