From 25415780964f2a104523318f3ceef389bfae6e94 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Fri, 24 May 2019 00:47:03 +0900 Subject: Add leaked-globals to .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e7d010cbb5..eebd5cbba7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -433,6 +433,7 @@ script: $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 v1.2.1