Skip to content

Commit

Permalink
travis service
Browse files Browse the repository at this point in the history
  • Loading branch information
Liberxue committed Jun 10, 2021
1 parent c08be66 commit a392478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ script:
- golint .
- go test -cover -race -count=1 -timeout=30s -run .
- go test -covermode=count -coverprofile=coverage.out -timeout=90s -run .
- '[ ! -z "$COVERALLS_TOKEN" ] && $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN'
- '[ ! -z "$COVERALLS_TOKEN" ] && $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-pro -repotoken $COVERALLS_TOKEN'
- go test -benchmem -run=^$ -bench=. -benchmem

0 comments on commit a392478

Please sign in to comment.