You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2021/08/19 19:16:37 UTC

[whimsy] branch master updated: update node version for travis testing

This is an automated email from the ASF dual-hosted git repository.

rubys 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 fc07972  update node version for travis testing
fc07972 is described below

commit fc079723225e69646070bfaad11e4de1e66150eb
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Thu Aug 19 15:16:03 2021 -0400

    update node version for travis testing
    
    point to travis.com instead of travis.org
---
 .travis.yml | 2 +-
 README.md   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 66c0fef..8823ac0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,7 +39,7 @@ addons:
 
 # install recent Node.js
 before_install:
-  - nvm install 12
+  - nvm install 14
 
 # configure ASF LDAP
 sudo: required
diff --git a/README.md b/README.md
index 4281337..5aba020 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ ASF data are restricted to committers, Members, or Officers of the ASF.
 Every commit pushed to master is deployed within minutes to https://whimsy.apache.org/ using 
 [GitPubSub](https://www.apache.org/dev/gitpubsub.html).
 
-[![Build Status](https://travis-ci.org/apache/whimsy.svg)](https://travis-ci.org/apache/whimsy)
+[![Build Status](https://travis-ci.com/apache/whimsy.svg)](https://travis-ci.com/apache/whimsy)
 
 How Tos and Get The Code
 ===============