-
Bug
-
Resolution: Fixed
-
Minor
-
3.0
-
MOODLE_30_STABLE
-
MOODLE_30_STABLE
-
MDL-51906-master -
- Setup Travis integration
- Push this commit
- Watch it not fail on Travis
Typically we landed this change on the day of the beta... at which point we bump the release in the version.php from dev to beta and change the maturity. As such the previous check fails and we stop lookin gat master, and instead look at MOODLE_30_STABLE... which doesn't exist yet.
Either need to:
- Check for the branch remotely and fall back to master if it does not exist
- Switch to checking the $maturity setting, instead of grepping fo 'dev' in $release
- Both of the above
- will be (partly) resolved by
-
MDLSITE-4220 prerelease.sh to meet and handle .travis.yml on major releases
-
- Closed
-