From 90671843192543f67f4fdb674c96dd9b528dbce6 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Sat, 22 Dec 2018 22:53:17 +0100 Subject: [PATCH] shellcheck is now included by default in travis, so no need to install it anymore --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 86f2fef..e08296e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,17 +5,9 @@ python: # 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_install: - git clone https://github.com/piwik/piwik-package.git tmp/piwik-package - composer install - - "sudo apt-get install cabal-install" - - "cabal update" - - "cabal install shellcheck" script: - 'shellcheck *.sh'