Skip to content

Commit 897cabb

Browse files
author
y-p
committed
DOC: explain travis-ci in CONTRIBUTING.md for the non-cognisanti
1 parent d898901 commit 897cabb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CONTRIBUTING.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,17 @@ works ok on another system, as occasionally, it doesn't.
110110
- 'sync now' to refresh the list of repos on your GH account.
111111
- flip the switch on the repos you want Travis-CI enabled for,
112112
"pandas" obviously.
113-
114113
- Then, pushing a *new* commit to a certain branch on that repo
115114
will trigger a build/test for that branch, for example the branch
116115
might be "master" or "PR1234_fix_all_the_things", if that's the
117116
name of your PR branch.
118117

118+
You can see the build history and current builds for your fork
119+
on: https://travis-ci.org/(your_GH_username)/pandas.
120+
121+
For example, the builds for the main pandas repo can be seen at:
122+
https://travis-ci.org/pydata/pandas.
123+
119124
####More developer docs
120125

121126
Please see [Developers](http://pandas.pydata.org/developers.html) page on

0 commit comments

Comments
 (0)