NOBUG: Change travis.yml to MOODLE_38_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2019-11-16 17:54:08 +01:00
parent dc51037136
commit 4da834dcdc
+1 -1
View File
@@ -206,7 +206,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_38_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`