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/04 00:37:41 UTC

[incubator-annotator] 02/02: Upgrade Travis environment from xenial to bionic

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

commit 9984acf8c0e49f997667509f75332f9c755bcfc2
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Mon Aug 3 17:34:40 2020 -0700

    Upgrade Travis environment from xenial to bionic
    
    With the switch to bionic, Travis disabled a lot of things by default
    that might improve test image startup times.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 7abf8d7..4996e78 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,4 @@
+dist: bionic
 language: node_js
 node_js:
   - "10"