diff --git a/.travis.yml b/.travis.yml index ded2fead5a..979cefdfc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,16 +3,6 @@ language: bash # Use container-based infrastructure for quicker build start-up sudo: false -addons: - apt: - sources: - - debian-sid # Grab shellcheck from the Debian repo (o_O) - -before-script: - - "sudo apt-get install cabal-install" - - "cabal update" - - "cabal install shellcheck" - script: - bash -c 'shopt -s globstar; shellcheck --exclude SC2034 **/*.sh'