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

ruby-changes:33577

From: naruse <ko1@a...>
Date: Tue, 22 Apr 2014 10:38:18 +0900 (JST)
Subject: [ruby-changes:33577] naruse:r45658 (trunk): enable test-all and add -j2 on travis-ci

naruse	2014-04-22 10:38:13 +0900 (Tue, 22 Apr 2014)

  New Revision: 45658

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

  Log:
    enable test-all and add -j2 on travis-ci

  Modified files:
    trunk/.travis.yml
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 45657)
+++ .travis.yml	(revision 45658)
@@ -50,7 +50,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L50
   - "make -sj exts"
 script:
   - "make test OPTS=-v"
-#  - "make test-all TESTS='-v'"
+  - "make test-all TESTS='-qv -j2'"
 
 # 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/

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