This is an automated email from the ASF dual-hosted git repository.

sebb 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 4bb64e1  Ruby 2.7 only
4bb64e1 is described below

commit 4bb64e1b3fed86683785a7f15b8d05ea2c972974
Author: Sebb <[email protected]>
AuthorDate: Fri Oct 2 17:36:36 2020 +0100

    Ruby 2.7 only
---
 .travis.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b83ea40..844caab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,13 +13,12 @@ gemfile:
 
 language: ruby
 rvm: # http://rubies.travis-ci.org/
-  - 2.4
-#  - 2.5 (we don't need this yet, and it doubles the run time)
+  - 2.7
 
-# Additionally test lib on 2.5
+# Additionally test lib on focal
 jobs:
   include:
-  - rvm: 2.5
+  - rvm: 2.7
     dist: focal
     gemfile: lib/Gemfile
 

Reply via email to