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/07/31 09:08:18 UTC

[incubator-annotator] branch master updated: Run CI tests on Node.js 14

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 ecca786  Run CI tests on Node.js 14
ecca786 is described below

commit ecca786785d62849d1099546becc21f7b7b3f680
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Fri Jul 31 02:07:21 2020 -0700

    Run CI tests on Node.js 14
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 9796729..7abf8d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ language: node_js
 node_js:
   - "10"
   - "12"
+  - "14"
 
 # Travis is pretty behind the curve on their Yarn support...
 # https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Using-a-specific-yarn-version