mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-14 00:33:02 +02:00
Travis-CI enable linters
This commit is contained in:
parent
ece7ff42ed
commit
39009f1bba
1 changed files with 11 additions and 11 deletions
22
.travis.yml
22
.travis.yml
|
@ -54,17 +54,17 @@ custom_scripts:
|
|||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
# - stage: Tests
|
||||
# name: code checks and linters
|
||||
# addons:
|
||||
# apt:
|
||||
# packages:
|
||||
# - shellcheck
|
||||
# script:
|
||||
# - pip install ansible-lint
|
||||
# - shellcheck algo install.sh
|
||||
# - ansible-playbook main.yml --syntax-check
|
||||
# - ansible-lint -v *.yml
|
||||
- stage: Tests
|
||||
name: code checks and linters
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- shellcheck
|
||||
script:
|
||||
- pip install ansible-lint
|
||||
- shellcheck algo install.sh
|
||||
- ansible-playbook main.yml --syntax-check
|
||||
- ansible-lint -v *.yml
|
||||
|
||||
- stage: Deploy
|
||||
name: local deployment from docker
|
||||
|
|
Loading…
Add table
Reference in a new issue