From 39009f1bba9bfc78e5d05061d5d2a58c2aa52a7c Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Sun, 21 Apr 2019 09:44:33 +0200 Subject: [PATCH] Travis-CI enable linters --- .travis.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 840d86fa..78e9a18e 100644 --- a/.travis.yml +++ b/.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