Change travis.yml to MOODLE_30_STABLE
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Sun, 15 Nov 2015 17:44:55 +0000 (18:44 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Sun, 15 Nov 2015 17:44:55 +0000 (18:44 +0100)
.travis.yml

index 9deb770..467d8f5 100644 (file)
@@ -180,7 +180,7 @@ 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_30_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`