-
Improvement
-
Resolution: Won't Fix
-
Low
-
None
I just noticed that when I push a copy of MOODLE_31_STABLE to my github clone, it triggers a build.
This seems like a waste of resources. Would be be possible, in travis.yml, to do something like
if (\`git rev-parse --abbrev-ref HEAD\` == 'master' &&
|
\`git remote\` does not match '/moodle/moodle') {
|
// abort run with success
|
}
|
According to Dan, this won't work, since people submit changes on a branch called master.
- duplicates
-
MDL-53559 Travis-ci: do not build the official Moodle branches
-
- Closed
-
- has a non-specific relationship to
-
MDLSITE-7135 Remove Travis integration from Moodle core
-
- Closed
-