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 <[email protected]> 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"
