From c0f098cd57b07bc2169416cc163e74b40b55acdb Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sun, 19 May 2019 11:18:34 +0200 Subject: [PATCH] NOBUG: Change travis.yml to MOODLE_37_STABLE --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ec1b68cb906..229c46cf80d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -207,7 +207,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_37_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`