Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
(maint) Update Travis config to use Ubuntu Xenial
Browse files Browse the repository at this point in the history
This eliminates the hacky use of the shellcheck package from the
debian-sid repo.
  • Loading branch information
ScottGarman committed Apr 16, 2018
1 parent f6c1dc1 commit e9471b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -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

Expand Down

0 comments on commit e9471b7

Please sign in to comment.