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

Don't install shellcheck in Travis CI, it's already preent.

parent 4a3ed22a
No related branches found
No related tags found
No related merge requests found
---
language: python
python: "3.5"
python: "3.6"
dist: trusty
sudo: false
group: beta
cache:
- pip
- directories:
- $HOME/.pre-commit
- $HOME/.cabal
- $HOME/.ghc
addons:
apt:
packages:
- cabal-install
- ghc
env:
PATH: $PATH:$HOME/.cabal/bin
- $HOME/.cache/
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