From f1f955f23416d3dc3ef3e2947d4edc94a68bb404 Mon Sep 17 00:00:00 2001 From: Michael T Lombardi Date: Mon, 22 Apr 2019 12:50:57 -0500 Subject: [PATCH] (MAINT) Update linux distro in travis This commit updates our travis config to use xenial, 16.04 instead of trusty, 14.04, because trusty has reached EOL and is now causing errors. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6f9d326d..e2ff0572 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ os: # will work with our PowerShell manager code. - osx -dist: trusty +dist: xenial language: ruby cache: bundler before_install: