1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2012-09-08 09:18:50 +00:00
parent dffb71060e
commit 583ae60897

View file

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