aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-08 09:18:50 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-08 09:18:50 +0000
commit583ae60897452ff48d3d4a986a0604b4b519be91 (patch)
tree88f629f917b9c76a72ee71679953820483bd2234 /.travis.yml
parentdffb71060edb3160e1d89b4df6709795f1920232 (diff)
downloadruby-583ae60897452ff48d3d4a986a0604b4b519be91.tar.gz
debugging
* .travis.yml (script): verbose to investigate hang-ups on gcc 4.6. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 582835a594..4b236e7bbb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,7 +42,7 @@ before_script:
- "./configure --with-gcc=$CC"
- "make -sj encs"
- "make -sj exts"
-script: "make test"
+script: "make test TESTOPTS=-v"
# Branch matrix. Not all branches are Travis-ready so we limit branches here.
branches: