ruby-changes:53492
From: shyouhei <ko1@a...>
Date: Tue, 13 Nov 2018 16:19:15 +0900 (JST)
Subject: [ruby-changes:53492] shyouhei:r65708 (trunk): .travis.tml: reintroduce exclusions for osx
shyouhei 2018-11-13 16:19:12 +0900 (Tue, 13 Nov 2018) New Revision: 65708 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65708 Log: .travis.tml: reintroduce exclusions for osx Sorry, seen the failures again. Was a wrong idea to delete the --exclude. See https://travis-ci.org/ruby/ruby/jobs/454329443#L2233 Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 65707) +++ .travis.yml (revision 65708) @@ -246,6 +246,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L246 env: - "CONFIG_FLAG='--with-opt-dir=/usr/local/opt/openssl@1...:/usr/local/opt/zlib'" - "JOBS=\"-j`sysctl -n hw.activecpu`\"" + - "TEST_ALL_OPTS=\"$JOBS -q --tty=no --excludes=\\$(TESTSDIR)/excludes/_travis\"" - &universal-darwin17 name: uinversal.x86_64h-darwin17 @@ -255,6 +256,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L256 env: - "CONFIG_FLAG='--with-arch=x86_64h,x86_64,i386'" - "JOBS=\"-j`sysctl -n hw.activecpu`\"" + - "TEST_ALL_OPTS=\"$JOBS -q --tty=no --excludes=\\$(TESTSDIR)/excludes/_travis\"" matrix: include: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/