ruby-changes:54475
From: k0kubun <ko1@a...>
Date: Thu, 3 Jan 2019 14:08:48 +0900 (JST)
Subject: [ruby-changes:54475] k0kubun:r66690 (trunk): .travis.yml: add a test matrix with -w
k0kubun 2019-01-03 14:08:43 +0900 (Thu, 03 Jan 2019) New Revision: 66690 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66690 Log: .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. Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 66689) +++ .travis.yml (revision 66690) @@ -105,6 +105,8 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L105 - &x86_64-linux name: x86_64-linux <<: *linux + env: + - RUN_OPTS="-w" - &jemalloc name: --with-jemalloc -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/