From 5743c9e85897333c4e8e4bb59d2377f1780bc19b Mon Sep 17 00:00:00 2001 From: k0kubun Date: Thu, 3 Jan 2019 05:08:43 +0000 Subject: .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 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 42b64c3910..c1df5a8d58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -105,6 +105,8 @@ env: - &x86_64-linux name: x86_64-linux <<: *linux + env: + - RUN_OPTS="-w" - &jemalloc name: --with-jemalloc -- cgit v1.2.3