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:
57cc5dc
)
NOBUG: Change travis.yml to MOODLE_35_STABLE
author
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Wed, 16 May 2018 16:44:30 +0000
(18:44 +0200)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Wed, 16 May 2018 16:44:30 +0000
(18:44 +0200)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
a1217e8
..
48e2f30
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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_35_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`