Skip to content

Commit

Permalink
remove test race
Browse files Browse the repository at this point in the history
  • Loading branch information
witooh committed May 26, 2017
1 parent 48705e0 commit bd71a13
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 @@ -10,5 +10,5 @@ install:
- go get ./...

script:
- gotestcover -coverprofile="cover.out" -race -covermode="count" .
- gotestcover -coverprofile="cover.out" -covermode="count" .
- goveralls -coverprofile="cover.out"

0 comments on commit bd71a13

Please sign in to comment.