We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c2a5d commit 81f6e2eCopy full SHA for 81f6e2e
.travis.yml
@@ -3,8 +3,8 @@ language: python
3
python:
4
- '2.7'
5
install:
6
-- 'pip install yamllint==1.8.1'
7
-- 'pip install cfn-lint==0.7.4'
+- 'pip install yamllint==1.13.0'
+- 'pip install cfn-lint==0.10.1'
8
script:
9
- 'yamllint module.yml'
10
- 'cfn-lint -t module.yml'
0 commit comments