Skip to content

Commit

Permalink
Disable race test for now - see #141
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed May 12, 2018
1 parent e5fd46a commit 12d10c7
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 @@ -11,7 +11,7 @@ install:
- dep ensure

script:
- go test -race -coverprofile=coverage.out ./...
- go test -coverprofile=coverage.out ./...
- goveralls -coverprofile=coverage.out -service=travis-ci

before_deploy:
Expand Down

0 comments on commit 12d10c7

Please sign in to comment.