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