Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Component/s: Unit tests
-
Testing Instructions:
-
Affected Branches:MOODLE_30_STABLE
-
Fixed Branches:MOODLE_29_STABLE, MOODLE_30_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-52180-master -
Pull Master Diff URL:
Description
I do not think its good to have the 'older weekly release' check on travis, having seen it on one of my commits .
The reasoning:
- It increases 'false positives' which makes the check less useful - I noticed this because I look at the ticks and crosses
- Cibot does it for integration, no need to duplicate it here - its only relevant to actual issues sent to integration
- CiBot is much more tolerant (60 days for error, 14 for warn)
- It makes the travis config less useful for people not intending to immediately merge into moodle.git