diff --git a/README.md b/README.md index f59bbc0..090f01c 100755 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ Go Sample ===================== Simple Golang app which uses Go's testing library and Ginkgo for test reports and code coverage. +go diff --git a/shippable.yml b/shippable.yml index b8b4542..03dc919 100644 --- a/shippable.yml +++ b/shippable.yml @@ -7,7 +7,7 @@ install: - go get code.google.com/p/go.tools/cmd/cover -# Make folders for the reports +# Make folders for the repor before_script: - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage