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:
parent
ee2ddf5411
commit
5743c9e858
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,8 @@ env:
|
|||
- &x86_64-linux
|
||||
name: x86_64-linux
|
||||
<<: *linux
|
||||
env:
|
||||
- RUN_OPTS="-w"
|
||||
|
||||
- &jemalloc
|
||||
name: --with-jemalloc
|
||||
|
|
Loading…
Add table
Reference in a new issue