From c7ca25a04afc37b3da88feaf8af17c06d7ff2ccd Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 22 Aug 2012 06:40:41 +0000 Subject: [PATCH] * .travis.yml (before_script): debugging for -j. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 44f96b28d8..3451102b36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.