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 d743181 Disable Travis; is node version critical
d743181 is described below
commit d743181563e9625ef26432d7cdb32e7b131a4f1b
Author: Sebb <[email protected]>
AuthorDate: Fri Mar 25 13:16:44 2022 +0000
Disable Travis; is node version critical
---
.github/workflows/unittestagenda.yml | 2 +-
.travis.yml => .travis-off.yml | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index 5e1e86e..fba1671 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -24,7 +24,7 @@ jobs:
if: matrix.os == 'ubuntu-20.04'
- uses: actions/setup-node@v2
with:
- node-version: '14.19.1' # try to match Travis
+ node-version: '14' # was 14.19.1
- uses: actions/checkout@v2
with:
persist-credentials: false
diff --git a/.travis.yml b/.travis-off.yml
similarity index 100%
rename from .travis.yml
rename to .travis-off.yml