Skip to content

Commit

Permalink
travis test goreleaser on script
Browse files Browse the repository at this point in the history
Signed-off-by: Avelino <t@avelino.xxx>
  • Loading branch information
avelino committed Aug 16, 2020
1 parent 361bdfc commit d4f6bbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -31,13 +31,14 @@ script:
- env go test -race -covermode=atomic -coverprofile=coverage.out ./...
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
- curl -sfL https://git.io/goreleaser | sh -s -- check
- curl -sL https://git.io/goreleaser | bash

deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
# tags: true
tags: true
condition: $TRAVIS_OS_NAME = linux
go: "1.15.x"

Expand Down

0 comments on commit d4f6bbe

Please sign in to comment.