diff options
author | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2019-05-24 00:47:03 +0900 |
---|---|---|
committer | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2019-05-24 14:32:29 +0900 |
commit | 25415780964f2a104523318f3ceef389bfae6e94 (patch) | |
tree | e911463650bd82c99923e6b22b668466dcb38bbe | |
parent | 491d2b8063d1f4e1c9e8fe0a57ff66fbfdf7d622 (diff) | |
download | ruby-25415780964f2a104523318f3ceef389bfae6e94.tar.gz |
Add leaked-globals to .travis.yml
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |