Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TravisCI: Don't run tests with race.
This modifies the goclean.sh script that is executed on Travis to only run the tests without the race detector. While it is nice to run the race detector on the tests, unfortunately there is a limit to the number of goroutines that can be launched while running it. Since Travis is now much slower than it once was, this causes a ton of false positive failures.
- Loading branch information