ruby-changes:49094
From: eregon <ko1@a...>
Date: Wed, 13 Dec 2017 20:14:00 +0900 (JST)
Subject: [ruby-changes:49094] eregon:r61209 (trunk): Use the older Travis CI image
eregon 2017-12-13 20:13:55 +0900 (Wed, 13 Dec 2017) New Revision: 61209 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61209 Log: Use the older Travis CI image * The new one produces many warnings like: warning: Insecure world writable dir /usr/local/clang-5.0.0/bin in PATH, mode 040777 * Workaround from https://blog.travis-ci.com/2017-12-12-new-trusty-images-q4-launch Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 61208) +++ .travis.yml (revision 61209) @@ -21,6 +21,9 @@ dist: trusty https://github.com/ruby/ruby/blob/trunk/.travis.yml#L21 sudo: false +# temporary workaround for https://github.com/travis-ci/travis-ci/issues/8892 +group: deprecated-2017Q4 + compiler: - gcc -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/