Skip to content

Commit

Permalink
updated Go version to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
DenBeke committed Nov 11, 2020
1 parent e1808aa commit be4791a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ os: linux
go:
- 1.13
- 1.14
- 1.15
script:
- go test -v ./...
deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
go: 1.14
go: 1.15
tags: true

0 comments on commit be4791a

Please sign in to comment.