diff --git a/.travis.yml b/.travis.yml index f68ffe7..1944594 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ os: linux go: - 1.13 - 1.14 + - 1.15 script: - go test -v ./... deploy: @@ -10,5 +11,5 @@ deploy: skip_cleanup: true script: curl -sL https://git.io/goreleaser | bash on: - go: 1.14 + go: 1.15 tags: true \ No newline at end of file