ruby-changes:46805
From: nobu <ko1@a...>
Date: Sat, 27 May 2017 14:18:57 +0900 (JST)
Subject: [ruby-changes:46805] nobu:r58920 (trunk): .travis.yml: exts is not needed for tests here
nobu 2017-05-27 14:18:52 +0900 (Sat, 27 May 2017) New Revision: 58920 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58920 Log: .travis.yml: exts is not needed for tests here Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 58919) +++ .travis.yml (revision 58920) @@ -61,7 +61,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L61 script: - "make -s test TESTOPTS=--color=never" - - "make -s $JOBS test-all TESTOPTS='-q --color=never --job-status=normal'" + - "make -s $JOBS test-all -o exts TESTOPTS='-q --color=never --job-status=normal'" - "make -s $JOBS test-rubyspec MSPECOPT=-j" # Branch matrix. Not all branches are Travis-ready so we limit branches here. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/