Commit Graph

4 Commits

Author SHA1 Message Date
Derek Collison
9d6b2f406a test tweaks for travis 2015-06-16 15:11:59 -07:00
Ken Robertson
bc84847123 Update the gofmt and govet to be forwards compatible
Newer versions of gofmt and govet will exit non-zero if they find any issues.
This simply sets -e to ensure the scripts will also exit non-zero to properly
trigger a build failure.
2014-10-15 16:54:20 -07:00
Ken Robertson
dacf0e033a Fix Travis to properly fail the build on go fmt and go vet.
When running go fmt/vet, they do not exit non-zero if they detect any issues,
they only print out information. This wraps go fmt/vet in a script that
captures the output to a temp file and checks if anything was written to it.
If any was, it prints it out then exits 1.
2014-08-12 23:03:38 -07:00
Jonathon Klobucar
2661e88113 Add a small script to run the tests and report to coveralls in travis. 2014-07-25 13:04:53 -07:00