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