Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6114fab
)
Change travis.yml back to master
author
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Sun, 15 Nov 2015 17:44:56 +0000
(18:44 +0100)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Sun, 15 Nov 2015 17:44:56 +0000
(18:44 +0100)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
467d8f5
..
9deb770
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-180,7
+180,7
@@
script:
# We need the official upstream for comparison
git remote add upstream https://github.com/moodle/moodle.git;
# 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`
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`