mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
2c0b9e8748
commit
4ab8d89d7d
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue