This is an automated email from the ASF dual-hosted git repository.
style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-client-js.git
The following commit(s) were added to refs/heads/master by this push:
new 699130f update for travis migration; drop Node.js 8 and add Node.js
14 (#217)
699130f is described below
commit 699130f8b7ba518cdb842375b8f5f21fa35ba0db
Author: David Grove <[email protected]>
AuthorDate: Sun Dec 13 08:02:00 2020 -0500
update for travis migration; drop Node.js 8 and add Node.js 14 (#217)
---
.travis.yml | 10 +++++++++-
README.md | 2 +-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index df6202a..006713b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,12 +17,20 @@
language: node_js
node_js:
-- '8'
- '10'
- '12'
+- '14'
sudo: required
services:
- docker
+
+notifications:
+ email: false
+ webhooks:
+ urls:
+ # travis2slack webhook to enable DMs on openwhisk-team.slack.com to PR
authors with TravisCI results
+ secure:
"ovQJRc9+y4NDh3kR0Pfay7DaS9XNVf2GrdClxWEC8lqHA/zSYRSocm9TEiOKsEyfhcyeH00PlZzqowJdIF+FxWaaguftSutlWGh5RS430T3R9fRH2cnawZul3tUJArkHjkbQKB3Rbyrtw0AUalnaO/FSTygIqQcJN/HoUPY+cBdMtueqRBiTaEBYkFivfbrFNXRHHf7/3c1pVbJWeZNhULz6dmtqr/t4glQs0cy4HZLL5uMM4VrojYYlBoXOQaK6SsizrN0TL0eolqbp/5Vd8dApFYIPRjZ1QaIx07NoAhy6tjVi0WR9PVi/kOwKUgRlAkOjn53Og7ToNO6sgkExjiMdBxfclmO4pc7JoUPxz22b6adzK0JoOp422ZJMnaKWHyg7ruFxCtWTCa448BDSyMT07Ei8yhPxRVwY73iVMSj4foonTCXVMCzPZP0Vt79xyu04A4hjtkBLaLbwouLElOxqWpZym
[...]
+
before_install:
- cd $TRAVIS_BUILD_DIR
install:
diff --git a/README.md b/README.md
index 2cfb1d8..9ca611a 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
-->
# Apache OpenWhisk Client for JavaScript
-[](https://travis-ci.org/apache/openwhisk-client-js)
+[](https://travis-ci.com/apache/openwhisk-client-js)
[](http://www.apache.org/licenses/LICENSE-2.0)
[](https://codecov.io/gh/apache/openwhisk-client-js)
[](https://standardjs.com)