* .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
This commit is contained in:
nobu 2012-08-22 07:34:20 +00:00
Родитель 36f93a0d67
Коммит 7861727ce9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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