Skip to content

Commit 4468b03

Browse files
committedNov 26, 2022
NOBUG: Change travis.yml back to master
1 parent 0ea3d45 commit 4468b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ before_script:
231231
# We need the official upstream for comparison
232232
git remote add upstream https://github.com/moodle/moodle.git;
233233
234-
git fetch upstream MOODLE_401_STABLE;
234+
git fetch upstream master;
235235
export GIT_PREVIOUS_COMMIT="`git merge-base FETCH_HEAD $TRAVIS_COMMIT`";
236236
export GIT_COMMIT="$TRAVIS_COMMIT";
237237
export UPSTREAM_FETCH_HEAD=`git rev-parse FETCH_HEAD`

0 commit comments

Comments
 (0)
Please sign in to comment.