Skip to content

Commit

Permalink
Change travis.yml back to master
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Nov 15, 2015
1 parent 6114fab commit b2e859b
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 @@ -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 MOODLE_30_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`
Expand Down

0 comments on commit b2e859b

Please sign in to comment.