You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to enable a simple Docker image build test for https://github.com/nodejs/docker-node using Travis-CI. It will help streamline our workflow when updating the image as the test builds will happen automatically. I did a test over here on a fork to make sure it actually worked;
I think this could just as well belong with the docker-node repo seeing how it doesn't really involve ci or our infrastructure. My only remark to such a PR would be making a distinction wrt testing that building works versus running the test suite within that docker container. A badge wouldn't necessarily explain this.
So apparently I was a bit confused about how to go about setting this up -- I assumed the the build group had some kind of access that I didn't but it turns out third-party app integrations were disabled for the org:
Hi there,
I hope this is the right place for this :)
I want to enable a simple Docker image build test for https://github.com/nodejs/docker-node using Travis-CI. It will help streamline our workflow when updating the image as the test builds will happen automatically. I did a test over here on a fork to make sure it actually worked;
Here's the relevant PR to add the appropriate .travis.yml file to the repo:
nodejs/docker-node#139
The text was updated successfully, but these errors were encountered: