summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-03 05:08:43 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-03 05:08:43 +0000
commit5743c9e85897333c4e8e4bb59d2377f1780bc19b (patch)
tree48e78749b288550e254dce9afb03ce8273437583 /.travis.yml
parentee2ddf5411f51ea89a1569ea5d70b41cd4c6c7f2 (diff)
.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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
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