Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This modifies the goclean.sh script that is executed on Travis to only run the tests once. While it is nice to see coverage reports in the log, unfortunately it appears that both the -race and -cover flags can't be used together, and the tests have grown in complexity such that they are starting to get close to TravisCI time limits.
- Loading branch information