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

- Use the shellcheck from cabal (newer version which supports --external-sources).

parent 6460174f
No related branches found
No related tags found
No related merge requests found
......@@ -8,15 +8,20 @@ cache:
- pip
- directories:
- $HOME/.pre-commit
- $HOME/.cabal
- $HOME/.ghc
addons:
apt:
sources:
- sourceline: 'deb http://archive.ubuntu.com/ubuntu trusty-backports main universe multiverse'
packages:
- shellcheck
- cabal-install
- ghc
env:
PATH: $PATH:$HOME/.cabal/bin
install:
- cabal update && cabal install shellcheck
- pip install pre_commit | cat
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment