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 2021/02/07 04:33:23 UTC

[incubator-annotator] branch master updated: Switch back to VM builds

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 d008592  Switch back to VM builds
d008592 is described below

commit d008592c92916071cf704ad12b6408e0fed1db65
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Sat Feb 6 20:32:15 2021 -0800

    Switch back to VM builds
    
    Travis only supports VM builds for amd64.
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ee7c9a9..c0eb100 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,4 @@
 dist: focal
-virt: lxd
 language: node_js
 node_js:
   - "10"