aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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"