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 25260df Switch to Ubuntu Focal and LXD for Travis builds
25260df is described below
commit 25260df225cc83fbb2d60d5651324533aaeee299
Author: Randall Leeds <[email protected]>
AuthorDate: Wed Feb 3 20:23:01 2021 -0800
Switch to Ubuntu Focal and LXD for Travis builds
---
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index b10650e..ee7c9a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
-dist: bionic
+dist: focal
+virt: lxd
language: node_js
node_js:
- "10"