From 4c8005a0ff40f6d68a28a951ff6c64b405caa045 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 16 May 2018 18:44:30 +0200 Subject: [PATCH] NOBUG: Change travis.yml to MOODLE_35_STABLE --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a1217e833dd..48e2f30e210 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_35_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`