This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new d6244c6 Skip Ruby 2.4 on OS/X due to occasional hangs and
https://github.com/travis-ci/travis-ci/issues/7848
d6244c6 is described below
commit d6244c629d27a8d90f9056adcae6cbb7cda14983
Author: Sam Ruby <[email protected]>
AuthorDate: Thu Apr 5 08:12:19 2018 -0400
Skip Ruby 2.4 on OS/X due to occasional hangs and
https://github.com/travis-ci/travis-ci/issues/7848
---
.travis.yml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index fe65cb1..b50c419 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,9 +19,16 @@ dist: trusty
# Ruby version 2.4.0 (see comments as to why not 2.4.1)
language: ruby
rvm: # http://rubies.travis-ci.org/
- - 2.4.0 # https://github.com/travis-ci/travis-ci/issues/7848
+ - 2.4
- 2.5
+# Skip Ruby 2.4 on OS/X due to occasional hangs and
+# https://github.com/travis-ci/travis-ci/issues/7848
+matrix:
+ exclude:
+ - rvm: 2.4
+ os: osx
+
# add subversion on Linux
addons:
apt:
--
To stop receiving notification emails like this one, please contact
[email protected].