Skip to content

Commit

Permalink
Merge pull request #23 from dstdfx/add-go1.15-ci
Browse files Browse the repository at this point in the history
Add go 1.15 in .travis.yaml
  • Loading branch information
dstdfx authored Sep 22, 2020
2 parents 1aa00d4 + c6e4964 commit 0ecc466
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 0ecc466

Please sign in to comment.