[前][次][番号順一覧][スレッド一覧]

ruby-changes:49095

From: eregon <ko1@a...>
Date: Wed, 13 Dec 2017 20:23:01 +0900 (JST)
Subject: [ruby-changes:49095] eregon:r61210 (trunk): Travis: the workaround needs sudo: required to work

eregon	2017-12-13 20:22:55 +0900 (Wed, 13 Dec 2017)

  New Revision: 61210

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61210

  Log:
    Travis: the workaround needs sudo: required to work

  Modified files:
    trunk/.travis.yml
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 61209)
+++ .travis.yml	(revision 61210)
@@ -19,9 +19,8 @@ https://github.com/ruby/ruby/blob/trunk/.travis.yml#L19
 language: c
 dist: trusty
 
-sudo: false
-
 # temporary workaround for https://github.com/travis-ci/travis-ci/issues/8892
+sudo: required
 group: deprecated-2017Q4
 
 compiler:

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]