NOBUG: Change travis.yml to MOODLE_39_STABLE
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Sat, 13 Jun 2020 18:04:49 +0000 (20:04 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Sat, 13 Jun 2020 18:04:49 +0000 (20:04 +0200)
.travis.yml

index f60032e..d6b8a96 100644 (file)
@@ -206,7 +206,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_39_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`