Skip to content

Commit 7be8da0

Browse files
committed
NOBUG: Change travis.yml back to master
1 parent 500c131 commit 7be8da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ before_script:
206206
# We need the official upstream for comparison
207207
git remote add upstream https://github.com/moodle/moodle.git;
208208
209-
git fetch upstream MOODLE_39_STABLE;
209+
git fetch upstream master;
210210
export GIT_PREVIOUS_COMMIT="`git merge-base FETCH_HEAD $TRAVIS_COMMIT`";
211211
export GIT_COMMIT="$TRAVIS_COMMIT";
212212
export UPSTREAM_FETCH_HEAD=`git rev-parse FETCH_HEAD`

0 commit comments

Comments
 (0)