Skip to content

Commit

Permalink
Fix test path
Browse files Browse the repository at this point in the history
  • Loading branch information
iomz committed Sep 2, 2019
1 parent 727bf57 commit 451c034
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 @@ -12,7 +12,7 @@ before_install:
script:
#- go test -v ./... -covermode=count -coverprofile=coverage.out
#- $GOPATH/bin/goveralls -service=travis-ci -coverprofile=coverage.out
- go test -race -coverprofile=coverage.txt -covermode=atomic
- go test -v ./... -race -covermode=atomic -coverprofile=coverage.txt

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

0 comments on commit 451c034

Please sign in to comment.