diff --git a/.travis.yml b/.travis.yml index 700f973..86f2fef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,12 +9,13 @@ addons: apt: sources: - debian-sid # Grab shellcheck from the Debian repo (o_O) - packages: - - shellcheck 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'