Skip to content

Commit

Permalink
NOBUG: Change travis.yml to MOODLE_37_STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed May 19, 2019
1 parent a67061d commit c0f098c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit c0f098c

Please sign in to comment.