I'll make another run at this, (Have a branch to add CTAN as well), but given the error I got from Travis, is there a way to test whether or not a Provider conforms to the format? In other words, TravisCI, but locally. I get no output from gofmt, so I think this is OK. I don't feel good about sending a PR that needs to be changed before it gets merged (karma, etc, etc.)
For example, @jekyll has a command called script/ci which does this so that you can catch a failure before git push.
I'll make another run at this, (Have a branch to add CTAN as well), but given the error I got from Travis, is there a way to test whether or not a Provider conforms to the format? In other words, TravisCI, but locally. I get no output from
gofmt
, so I think this is OK. I don't feel good about sending a PR that needs to be changed before it gets merged (karma, etc, etc.)For example, @jekyll has a command called
script/ci
which does this so that you can catch a failure beforegit push
.