Skip to content

Commit

Permalink
fix travis.yml build command
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicptr committed Mar 26, 2020
1 parent f0f79bc commit 6695c01
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 @@ -5,7 +5,7 @@ before_script:
- go get -u github.com/mattn/goveralls
- go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
script:
- go build
- go build cmd/crab/main.go
- go test -v -covermode=count -coverprofile=coverage.out ./...
- $(go env GOPATH)/bin/golangci-lint run
- $(go env GOPATH)/bin/goveralls -coverprofile=coverage.out -service=travis-ci

0 comments on commit 6695c01

Please sign in to comment.