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 5462ba4  What are we running?
5462ba4 is described below

commit 5462ba4c663bb563bed8b06d36db61bf09f90032
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 23:23:15 2022 +0000

    What are we running?
---
 .github/workflows/unittestagenda.yml | 2 ++
 .travis.yml                          | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/.github/workflows/unittestagenda.yml 
b/.github/workflows/unittestagenda.yml
index e3dd74c..ca8d5e5 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -42,6 +42,8 @@ jobs:
       # need to run the ruby that has all the gems installed
       run: |
         sudo $(dirname $(which ruby))/ruby -I $PWD/lib -r whimsy/asf -e 
"ASF::LDAP.configure"
+        gem list
+        ruby --version
     - name: test agenda code
       run: |
         cd www/board/agenda
diff --git a/.travis.yml b/.travis.yml
index fa84129..decfe48 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,6 +47,8 @@ sudo: required
 before_script:
   - export rvmsudo_secure_path=1
   - rvmsudo ruby -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
+  - gem list
+  - ruby --version
 
 ########################################################################
 #                             Notification                             #

Reply via email to