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

ruby-changes:35608

From: hsbt <ko1@a...>
Date: Tue, 23 Sep 2014 11:55:28 +0900 (JST)
Subject: [ruby-changes:35608] hsbt:r47690 (trunk): * .travis.yml: added rubyspec into travis tasks and eliminate to stdout.

hsbt	2014-09-23 11:55:14 +0900 (Tue, 23 Sep 2014)

  New Revision: 47690

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

  Log:
    * .travis.yml: added rubyspec into travis tasks and eliminate to stdout.

  Modified files:
    trunk/.travis.yml
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 47689)
+++ ChangeLog	(revision 47690)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Tue Sep 23 11:55:09 2014  SHIBATA Hiroshi  <shibata.hiroshi@g...>
+
+	* .travis.yml: added rubyspec into travis tasks and eliminate to stdout.
+
 Mon Sep 22 20:00:29 2014  Masaki Suketa <masaki.suketa@n...>
 
 	* test/win32ole/test_win32ole_variant.rb
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 47689)
+++ .travis.yml	(revision 47690)
@@ -65,9 +65,11 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L65
   - "diff -ru config_1st config_2nd || true"
   - "make -s $JOBS encs"
   - "make -s $JOBS exts"
+  - "make update-rubyspec"
 script:
-  - "make test OPTS=-v"
-  - "make test-all TESTS='-qv -j2'"
+  - "make test"
+  - "make test-all TESTS='-q -j2'"
+  - "make test-rubyspec"
 
 # Branch matrix.  Not all branches are Travis-ready so we limit branches here.
 branches:

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

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