1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

.travis.yml: add a test matrix with -w

currently Travis and AppVeyor does not run tests with test-all,
but RubyCI uses -w and currently all RubyCIs are failing.

It might be better to fail at least one CI in Travis to notice it
earlier.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2019-01-03 05:08:43 +00:00
parent ee2ddf5411
commit 5743c9e858

View file

@ -105,6 +105,8 @@ env:
- &x86_64-linux
name: x86_64-linux
<<: *linux
env:
- RUN_OPTS="-w"
- &jemalloc
name: --with-jemalloc