aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-23 14:04:24 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-23 14:04:24 +0000
commit4bba9971f316f24db22bce899c1e060d9fa01860 (patch)
tree1a3781d4b7a7e078248b20534d990bb363f3898d /.travis.yml
parent47d4bd753e073ffb10f3e19f23c9d19e1d469784 (diff)
downloadruby-4bba9971f316f24db22bce899c1e060d9fa01860.tar.gz
.travis.yml: revert "workaround to resolve ::1"
This commit reverts r60736. Shibata-san reported the cause of r60736 to Travis and it seems fixed: https://github.com/travis-ci/travis-ci/issues/8780 In another CI, I found "::1 ip6-localhost ip6-loopback" in build system information, unlike "::1 localhost ip6-localhost ip6-loopback" that had failed in Ruby's CI on Travis. Let's try Container-based environment again. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9255e02c7b..4c7a2e9667 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@
language: c
dist: trusty
-sudo: required
+sudo: false
compiler:
- gcc