summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-22 03:59:48 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-22 03:59:48 +0000
commit7fbf01348b0a255863405860f1f5e428bd797de4 (patch)
tree70e356070fc71348b16b5e73d7114afe4d2b70f0 /.travis.yml
parent93e780e03b47e819d72a32515edfd08f1e8c101c (diff)
.travis.yml: give up -O0
This configuration timed out. https://travis-ci.org/ruby/ruby/jobs/444523912 Try speed things up. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 79ba4dfee2..de1651f03b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -155,8 +155,6 @@ matrix:
-Wunused-variable
)
CONFIG_FLAG_ARRAY=(
- optflags=-O0
- debugflags=-g0
warnflags="${warnflags_array[*]}"
LDFLAGS=-Wno-unused-command-line-argument)
- os: linux