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

ruby-changes:55813

From: Kazuhiro <ko1@a...>
Date: Fri, 24 May 2019 14:59:30 +0900 (JST)
Subject: [ruby-changes:55813] Kazuhiro NISHIYAMA: 2541578096 (trunk): Add leaked-globals to .travis.yml

https://git.ruby-lang.org/ruby.git/commit/?id=2541578096

From 25415780964f2a104523318f3ceef389bfae6e94 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Fri, 24 May 2019 00:47:03 +0900
Subject: Add leaked-globals to .travis.yml


diff --git a/.travis.yml b/.travis.yml
index e7d010c..eebd5cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -433,6 +433,7 @@ script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L433
       $SETARCH make -s test-all -o exts TESTS="$TEST_ALL_ISOLATED_TESTS" RUBYOPT="-w"
     fi
   - $SETARCH make -s test-spec MSPECOPT=-ff # not using `-j` because sometimes `mspec -j` silently dies
+  - $SETARCH make -s leaked-globals
 
 # Branch matrix.  Not all branches are Travis-ready so we limit branches here.
 branches:
-- 
cgit v0.10.2


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

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