Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Enable buildbot integration #193
Comments
agoode
modified the milestone: Robust code review process
Mar 8, 2017
agoode
added the
enhancement
label
Mar 8, 2017
bgilbert
added the
development-process
label
Mar 8, 2017
bgilbert
removed this from the
Robust code review process
milestone
Mar 8, 2017
|
For the record, the Travis config currently consists of an openslide/openslide repository hook, openslide/openslide/.travis.yml, and the Travis-side setup. |
|
The travis stuff is now removed, except for the .travis.yml file itself. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
agoode commentedMar 8, 2017
I enabled travis integration in #191. This minimal integration gives an example of how tests can automatically run at pull request time.
We should update the buildbot configuration to enable such integration and then remove the travis config.