Travis-CI enable linters

This commit is contained in:
Jack Ivanov 2019-04-21 09:44:33 +02:00
parent ece7ff42ed
commit 39009f1bba

View file

@ -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