You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2020/08/05 02:06:31 UTC

[incubator-annotator] branch master updated: Add Node.js 13 to CI test matrix

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

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git


The following commit(s) were added to refs/heads/master by this push:
     new ca3cd02  Add Node.js 13 to CI test matrix
ca3cd02 is described below

commit ca3cd02d50c5ad8a45e86fe8ae10cbe5340edb09
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Tue Aug 4 19:06:06 2020 -0700

    Add Node.js 13 to CI test matrix
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 4996e78..fd27504 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ language: node_js
 node_js:
   - "10"
   - "12"
+  - "13"
   - "14"
 
 # Travis is pretty behind the curve on their Yarn support...