Skip to content

Commit

Permalink
chore: fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfogre committed Jun 18, 2020
1 parent e0d956e commit 86ee479
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 @@ -7,7 +7,7 @@ before_install:
- go get -t -v ./...

script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
- go test -race -coverprofile=coverage.txt -covermode=atomic -v ./...
- go vet -v ./...
- gofmt -l . && test -z $(gofmt -l .)

Expand Down

0 comments on commit 86ee479

Please sign in to comment.