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

ruby-changes:41448

From: naruse <ko1@a...>
Date: Wed, 13 Jan 2016 12:22:11 +0900 (JST)
Subject: [ruby-changes:41448] naruse:r53522 (trunk): make CI output simpler

naruse	2016-01-13 12:22:36 +0900 (Wed, 13 Jan 2016)

  New Revision: 53522

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

  Log:
    make CI output simpler

  Modified files:
    trunk/.travis.yml
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 53521)
+++ .travis.yml	(revision 53522)
@@ -55,6 +55,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L55
   - "uname -a"
   - "uname -r"
   - "rm -fr .ext autom4te.cache"
+  - "echo $TERM"
   - "make -f common.mk BASERUBY=ruby MAKEDIRS='mkdir -p' srcdir=. update-config_files"
   - "autoconf"
   - "mkdir config_1st config_2nd"
@@ -65,11 +66,11 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L66
   - "diff -ru config_1st config_2nd"
   - "make after-update BASERUBY=ruby"
   - "make -s $JOBS"
-  - "make update-rubyspec"
+  - "make update-rubyspec MSPECOPT=-fm"
   - "if [[ $TRAVIS_OS_NAME = 'osx' ]]; then echo 'exclude :test_deadlock_by_signal_at_forking, \"under investigation\"' >> test/excludes/TestProcess.rb; fi"
 script:
-  - "make test"
-  - "make test-all TESTOPTS='-q -j3 --job-status=normal'"
+  - "make test --color=never"
+  - "make test-all TESTOPTS='-q -j3 --color=never --job-status=normal'"
   - "make test-rubyspec"
 after_failure:
   - "if [[ $TRAVIS_OS_NAME = 'osx' ]]; then find ~/Library/Logs/DiagnosticReports -type f -name ruby_\\*.crash -ls -execdir cat {} \\; -delete; fi"

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

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