From 2cd134cb61e97e7be756a78e8a6f9f81a90a2fb4 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Thu, 3 Oct 2019 16:40:51 -0400 Subject: [PATCH] Switch to xenial image The majority of Travis CI builds have probalby migrated to using Xenial now, so it's better to migrate with the pack. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3849e7823..c6e8e3087 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,4 @@ -sudo: false -dist: trusty -group: stable +dist: xenial language: scala