summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-13 11:13:55 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-13 11:13:55 +0000
commit6d9b55ecbdb9cde3f8e5d76a147d7c22ba913eea (patch)
tree55cbf2a3f3f520007827fc54288c590ba000a9f7 /.travis.yml
parentf7fd4cb6c9e0caba827a2c9abab00505f05e58a8 (diff)
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 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4c7a2e9667..02b7fab865 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,9 @@ dist: trusty
sudo: false
+# temporary workaround for https://github.com/travis-ci/travis-ci/issues/8892
+group: deprecated-2017Q4
+
compiler:
- gcc