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

- Added Travis CI.

parent a6cb971d
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
- id: check-yaml - id: check-yaml
- id: check-merge-conflict - id: check-merge-conflict
- id: flake8 - id: flake8
- repo: https://www.shore.co.il/git/shell-pre-commit - repo: https://github.com/adarnimrod/shell-pre-commit
sha: e48c7fbdadf14a548dcbda32895b67f90fa0f12b sha: e48c7fbdadf14a548dcbda32895b67f90fa0f12b
hooks: hooks:
- id: shell-lint - id: shell-lint
......
---
language: python
python: "2.7"
dist: trusty
sudo: false
install:
- pip install pre_commit
script:
- pre-commit run --all-files
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment