mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
NOBUG: Change travis.yml to MOODLE_32_STABLE
This commit is contained in:
parent
1b00e27281
commit
9c46f5c6fb
@ -184,7 +184,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_32_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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user