Skip to content

Commit

Permalink
disable release via travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Hideo Hattori committed Feb 13, 2020
1 parent f84e458 commit 4a5b7fe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,3 @@ install:
script:
- diff <(goimports -d *.go cmd/gocloc/main.go examples/*) <(printf "")
- go test -v ./

deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
condition: $DEPLOY_BUILD = true
tags: true

0 comments on commit 4a5b7fe

Please sign in to comment.