From 7861727ce94a5cc500aa75caa836886cc38131bb Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 22 Aug 2012 07:34:20 +0000 Subject: * .travis.yml (before_script): remove -s for debug. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3451102b36..f5aaaf3ade 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ before_script: - "autoconf" - "./configure --with-gcc=$CC" - "make -s encs" - - "make -sj exts V=1" + - "make -j exts V=1" script: "make test" # Branch matrix. Not all branches are Travis-ready so we limit branches here. -- cgit v1.2.3