You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2018/01/27 15:46:02 UTC

[whimsy] branch master updated: try Ruby 2.5

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 b2c3e9f  try Ruby 2.5
b2c3e9f is described below

commit b2c3e9fe02b1db677b566392f7d1e98b116d2e1f
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Jan 27 10:45:47 2018 -0500

    try Ruby 2.5
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index d82cdaa..fe65cb1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,7 @@ dist: trusty
 language: ruby
 rvm: # http://rubies.travis-ci.org/
   - 2.4.0 # https://github.com/travis-ci/travis-ci/issues/7848
+  - 2.5
 
 # add subversion on Linux
 addons:
@@ -31,6 +32,9 @@ addons:
 before_install:
   - nvm install 7
 
+  # Workaround for https://github.com/travis-ci/travis-ci/issues/8969
+  - gem update --system
+
 # configure ASF LDAP
 sudo: required
 before_script:

-- 
To stop receiving notification emails like this one, please contact
rubys@apache.org.