[前][次][番号順一覧][スレッド一覧]

ruby-changes:53483

From: shyouhei <ko1@a...>
Date: Tue, 13 Nov 2018 13:33:14 +0900 (JST)
Subject: [ruby-changes:53483] shyouhei:r65700 (trunk): .travis.yml: delete test-all options for osx

shyouhei	2018-11-13 13:33:10 +0900 (Tue, 13 Nov 2018)

  New Revision: 65700

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65700

  Log:
    .travis.yml: delete test-all options for osx
    
    While we are experiencing build failures, no hangs had been
    seen for a while.  Also it seems the excluded tests now pass.
    I think it's time to delete this line.

  Modified files:
    trunk/.travis.yml
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 65699)
+++ .travis.yml	(revision 65700)
@@ -244,8 +244,6 @@ addons: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L244
     env:
       - "CONFIG_FLAG='--with-opt-dir=/usr/local/opt/openssl@1...:/usr/local/opt/zlib'"
       - "JOBS=\"-j`sysctl -n hw.activecpu`\""
-      # `-v` prints too long outputs, but sometimes it osx build hangs and we can't know which test is bad without `-v`.
-      - "TEST_ALL_TESTOPTS='-v --color=never --job-status=normal --excludes=$(TESTSDIR)/excludes/_travis'"
 
   - &universal-darwin17
     name: uinversal.x86_64h-darwin17

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]