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 9185a8a tidy up
9185a8a is described below
commit 9185a8a10095c36da6a9e6ed108206dbf61e8264
Author: Sebb <[email protected]>
AuthorDate: Fri Mar 25 11:42:11 2022 +0000
tidy up
[skip ci]
---
.github/workflows/unittestagenda.yml | 8 +-------
.travis.yml | 6 ------
2 files changed, 1 insertion(+), 13 deletions(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index 08007da..c463a1b 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -11,7 +11,7 @@ on:
jobs:
test:
strategy:
- fail-fast: true
+ fail-fast: false
matrix:
os: [ubuntu-20.04, 'macos-latest']
ruby: [2.7.1]
@@ -21,7 +21,6 @@ jobs:
run: |
sudo apt-get install libldap2-dev
sudo apt-get install libsasl2-dev
- # sudo apt-get install nodejs # not present on Travis ...
if: matrix.os != 'macos-latest'
- uses: actions/setup-node@v2
with:
@@ -41,12 +40,7 @@ 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
- node --version
- name: test agenda code
run: |
cd www/board/agenda
- # check if JS supports ?.
- node -e 'e=null;e?.x'
bundle exec rake
diff --git a/.travis.yml b/.travis.yml
index 63d7823..ec13e30 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,12 +41,6 @@ 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
- - node --version
- - which -a npm || true
- # check if JS supports ?.
- - node -e 'e=null;e?.x'
########################################################################
# Notification #