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 109e37a More software versions to check
109e37a is described below
commit 109e37aeeb96f80644887299b2781ad476f8227a
Author: Sebb <[email protected]>
AuthorDate: Thu Mar 24 22:41:46 2022 +0000
More software versions to check
---
.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 bea2933..3404d7b 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -44,7 +44,9 @@ jobs:
sudo $(dirname $(which ruby))/ruby -I $PWD/lib -r whimsy/asf -e
"ASF::LDAP.configure"
gem list
ruby --version
+ node --version
- name: test agenda code
run: |
cd www/board/agenda
+ npm list vue
bundle exec rake
diff --git a/.travis.yml b/.travis.yml
index 2c2274f..95479d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,6 +51,8 @@ before_script:
- rvmsudo ruby -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
- gem list
- ruby --version
+ - npm list vue
+ - node --version
########################################################################
# Notification #