We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the first instance we need to go build and go test on PullRequests and merges. Travis is the simplest way to get this up and working.
go build
go test
The text was updated successfully, but these errors were encountered:
Yeah big +1 on this, so I'm guessing only an owner (would that big @bigkevmcd only?) can do this?
https://travis-ci.org/ steps seem straight-forward enough, we've used Travis plenty here at IBM before so happy to volunteer to do this
Official docs suggest it could be as easy as augmenting our existing .travis.yaml with
script: go test -v ./...
🤞
Sorry, something went wrong.
I think this is already done?
See the badge in the README for a link to the Travis tests :-)
@bigkevmcd you're so right, @mnuttall as well, let's close this 😄 you can see at https://travis-ci.org/github/rhd-gitops-example/services is does test
No branches or pull requests
In the first instance we need to
go build
andgo test
on PullRequests and merges. Travis is the simplest way to get this up and working.The text was updated successfully, but these errors were encountered: