NOBUG: Change travis.yml back to master
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Sun, 14 May 2017 09:46:35 +0000 (11:46 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Sun, 14 May 2017 09:46:35 +0000 (11:46 +0200)
.travis.yml

index 8d6e94c..ff2b674 100644 (file)
@@ -187,7 +187,7 @@ before_script:
         # We need the official upstream for comparison
         git remote add upstream https://github.com/moodle/moodle.git;
 
-        git fetch upstream MOODLE_33_STABLE;
+        git fetch upstream master;
         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`