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:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
# - stage: Tests
|
- stage: Tests
|
||||||
# name: code checks and linters
|
name: code checks and linters
|
||||||
# addons:
|
addons:
|
||||||
# apt:
|
apt:
|
||||||
# packages:
|
packages:
|
||||||
# - shellcheck
|
- shellcheck
|
||||||
# script:
|
script:
|
||||||
# - pip install ansible-lint
|
- pip install ansible-lint
|
||||||
# - shellcheck algo install.sh
|
- shellcheck algo install.sh
|
||||||
# - ansible-playbook main.yml --syntax-check
|
- ansible-playbook main.yml --syntax-check
|
||||||
# - ansible-lint -v *.yml
|
- ansible-lint -v *.yml
|
||||||
|
|
||||||
- stage: Deploy
|
- stage: Deploy
|
||||||
name: local deployment from docker
|
name: local deployment from docker
|
||||||
|
|
Loading…
Add table
Reference in a new issue