aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-08 07:29:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-08 07:29:55 +0000
commitf1b099faa800e422f4b0e5358a8514d79c319778 (patch)
treedaca329432813dd67733429f88f62ccfa4c26684 /.travis.yml
parente84cb348b8f4cc0474ee3e2d98f01b6597f821e3 (diff)
downloadruby-f1b099faa800e422f4b0e5358a8514d79c319778.tar.gz
Show logs after PR merger
* .travis.yml (before_script): show logs of merged pull requests to rubyspec. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0244f9d3c2..36690d048b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -52,6 +52,7 @@ before_script:
requests=\"$requests +refs/pull/$req/merge:\";
done"
- "${requests:+git -C spec/rubyspec -c user.email=none -c user.name=none pull --no-edit origin $requests}"
+ - "${requests:+git -C spec/rubyspec log --oneline origin/master..@}"
script:
- "make -s test TESTOPTS=--color=never"