NOBUG: Change travis.yml to MOODLE_36_STABLE

This commit is contained in:
Eloy Lafuente (stronk7) 2018-12-02 00:18:45 +01:00
parent 5ff115743c
commit 0cbcd08946

View File

@ -207,7 +207,7 @@ before_script:
# We need the official upstream for comparison
git remote add upstream https://github.com/moodle/moodle.git;
git fetch upstream master;
git fetch upstream MOODLE_36_STABLE;
export GIT_PREVIOUS_COMMIT="`git merge-base FETCH_HEAD $TRAVIS_COMMIT`";
export GIT_COMMIT="$TRAVIS_COMMIT";
export UPSTREAM_FETCH_HEAD=`git rev-parse FETCH_HEAD`