Skip to content

Commit

Permalink
fix: coverage token
Browse files Browse the repository at this point in the history
  • Loading branch information
mhf-ir committed Dec 30, 2020
1 parent bb7320d commit e25c088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ before_install:
- go test -v -covermode=count -coverprofile=coverage.out
- goveralls -ignore=main.go -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
script:
- GOOS=linux GOARCH=amd64 go build
- GOOS=linux GOARCH=amd64 go build -ldflags '-w'

before_deploy:
- git config --local user.name "aasaam"
- git config --local user.email "[email protected]"
- export TRAVIS_TAG=$(date +'%Y%m%d%H%M%S')
- git tag $TRAVIS_TAG
- GOOS=linux GOARCH=amd64 go build
- GOOS=linux GOARCH=amd64 go build -ldflags '-w'
- tar -czf whois-json-linux-amd64.tgz whois-json

deploy:
Expand Down

0 comments on commit e25c088

Please sign in to comment.