1
0
Fork 0
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:
nobu 2017-04-08 07:29:55 +00:00
parent 2c0b9e8748
commit 4ab8d89d7d

View file

@ -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"