Skip to content

Commit

Permalink
remove race testing to make a point
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Feb 21, 2016
1 parent b593485 commit 26c5ae0
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 @@ install:
- go get -t .

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

after_success:
- goveralls -coverprofile="cover.out"

0 comments on commit 26c5ae0

Please sign in to comment.