Skip to content

Commit

Permalink
fixed ymllint_config filename in travis file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jccurtis-presidio committed May 2, 2019
1 parent 45416d3 commit 06a5b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -29,7 +29,7 @@ install:

script:
# Yaml Linting. Gotta get that 5/5 code quality score.
- yamllint -c yamllint_config.yml *
- yamllint -c ymllint_config.yml *
# Basic role syntax check
- ansible-playbook tests/test.yml -i tests/inventory --syntax
# Test the parser functionality in a playbook
Expand Down

0 comments on commit 06a5b38

Please sign in to comment.