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 0dbb5c9 Use latest stable Node.js for CI
0dbb5c9 is described below
commit 0dbb5c9ca87c2eb279f69aeecbae5c911bd377c3
Author: Randall Leeds <[email protected]>
AuthorDate: Sun Mar 28 19:47:40 2021 -0700
Use latest stable Node.js for CI
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index 7f97d29..bdcc041 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
dist: focal
language: node_js
+node_js: node
before_deploy:
- git fetch --unshallow