Skip to content
Snippets Groups Projects
Commit b5881d45 authored by nimrod's avatar nimrod
Browse files

- Install shellcheck (latest version from cabal) in TravisCI.

parent ef7a9553
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@ cache:
- pip
- directories:
- $HOME/.pre-commit
- $HOME/.cabal
- $HOME/.ghc
install:
- sudo apt-get update
......@@ -44,6 +46,13 @@ matrix:
include:
- env:
TOXENV: pre-commit
PATH: $PATH:$HOME/.cabal/bin
addons:
apt:
packages:
- cabal-install
- ghc
install:
- cabal update && cabal install shellcheck
- *pip_install
sudo: False
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment