From 9f50b0efaaba96b6061e76d60538b63a1bc58492 Mon Sep 17 00:00:00 2001 From: Amrit K Kandola Date: Tue, 27 Oct 2020 16:06:34 +0000 Subject: [PATCH] force xenial (#114) force xenial to be used for travis builds so gpg generating key works. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c4892e1..d6a0a9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,11 +12,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Temporarily removing dist tag as not supported by power build -# dist: xenial - +dist: xenial sudo: required language: go +group: xeniallegacy go: - "1.13.15"