ruby-changes:54293
From: k0kubun <ko1@a...>
Date: Sun, 23 Dec 2018 10:35:20 +0900 (JST)
Subject: [ruby-changes:54293] k0kubun:r66502 (trunk): .travis.yml: wrap setarch with travis_wait
k0kubun 2018-12-23 10:35:14 +0900 (Sun, 23 Dec 2018) New Revision: 66502 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66502 Log: .travis.yml: wrap setarch with travis_wait because travis_wait is not found via setarch Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 66501) +++ .travis.yml (revision 66502) @@ -369,7 +369,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L369 script: - $SETARCH make -s test TESTOPTS="${TESTOPTS=$JOBS -q --tty=no}" - - $SETARCH travis_wait 30 make -s test-all -o exts TESTOPTS="${TEST_ALL_OPTS=$TESTOPTS}" + - travis_wait 30 $SETARCH make -s test-all -o exts TESTOPTS="${TEST_ALL_OPTS=$TESTOPTS}" - $SETARCH make -s test-spec MSPECOPT=-ff # not using `-j` because sometimes `mspec -j` silently dies # Branch matrix. Not all branches are Travis-ready so we limit branches here. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/