* .travis.yml (before_script): debugging for -j.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-08-22 06:40:41 +00:00
parent d5697825ef
commit c7ca25a04a
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ install: "sudo apt-get -qq build-dep ruby1.9.1 2>/dev/null"
before_script:
- "autoconf"
- "./configure --with-gcc=$CC"
- "make -s miniruby"
- "make -s all"
- "make -s encs"
- "make -sj exts V=1"
script: "make test"
# Branch matrix. Not all branches are Travis-ready so we limit branches here.