.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
@ -105,6 +105,8 @@ env:
|
|||||||
- &x86_64-linux
|
- &x86_64-linux
|
||||||
name: x86_64-linux
|
name: x86_64-linux
|
||||||
<<: *linux
|
<<: *linux
|
||||||
|
env:
|
||||||
|
- RUN_OPTS="-w"
|
||||||
|
|
||||||
- &jemalloc
|
- &jemalloc
|
||||||
name: --with-jemalloc
|
name: --with-jemalloc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user