diff --git a/shippable.yml b/shippable.yml index f7a167c..4206ab3 100644 --- a/shippable.yml +++ b/shippable.yml @@ -2,8 +2,7 @@ language: go go: - 1.2 - - 1.1 - + env: global: - CI_REPORT=shippable/testresults/junit.xml @@ -24,14 +23,14 @@ before_script: - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage - script: - echo $key - echo $foo and $test - go test -coverprofile=coverage.txt -covermode count ./ - $GOPATH/bin/gocover-cobertura < coverage.txt > shippable/codecoverage/coverage.xml -after_script: - - echo "testing" +cache: true + archive: true -#test +#test2 +#test cache