From e9471b766a46e10f899fa0b4a6a73fd20895d109 Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Mon, 16 Apr 2018 16:23:27 -0700 Subject: [PATCH] (maint) Update Travis config to use Ubuntu Xenial This eliminates the hacky use of the shellcheck package from the debian-sid repo. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8bfc15573..2d4c1199d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,10 @@ language: bash # Use container-based infrastructure for quicker build start-up sudo: false -dist: trusty +dist: xenial addons: apt: - sources: - - debian-sid # Grab shellcheck from the Debian repo (o_O) packages: - shellcheck