Skip to content

Commit

Permalink
build config update, verbose removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Feb 25, 2017
1 parent 90b37fd commit c53a09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,7 +21,7 @@ install:
- go get -v ./...

script:
- go test -race ./... -coverprofile=coverage.txt -covermode=atomic
- go test ./... -coverprofile=coverage.txt -covermode=atomic

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit c53a09a

Please sign in to comment.