NOBUG: Change travis.yml back to master

This commit is contained in:
Eloy Lafuente (stronk7) 2017-11-11 19:31:19 +01:00
parent 665c3ac59c
commit 6821ca92ad

View File

@ -204,7 +204,7 @@ before_script:
# We need the official upstream for comparison
git remote add upstream https://github.com/moodle/moodle.git;
git fetch upstream MOODLE_34_STABLE;
git fetch upstream master;
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`