We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea3d45 commit 4468b03Copy full SHA for 4468b03
.travis.yml
@@ -231,7 +231,7 @@ before_script:
231
# We need the official upstream for comparison
232
git remote add upstream https://github.com/moodle/moodle.git;
233
234
- git fetch upstream MOODLE_401_STABLE;
+ git fetch upstream master;
235
export GIT_PREVIOUS_COMMIT="`git merge-base FETCH_HEAD $TRAVIS_COMMIT`";
236
export GIT_COMMIT="$TRAVIS_COMMIT";
237
export UPSTREAM_FETCH_HEAD=`git rev-parse FETCH_HEAD`
0 commit comments