Skip to content

Commit 81f6e2e

Browse files
committed
update
1 parent 23c2a5d commit 81f6e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ language: python
33
python:
44
- '2.7'
55
install:
6-
- 'pip install yamllint==1.8.1'
7-
- 'pip install cfn-lint==0.7.4'
6+
- 'pip install yamllint==1.13.0'
7+
- 'pip install cfn-lint==0.10.1'
88
script:
99
- 'yamllint module.yml'
1010
- 'cfn-lint -t module.yml'

0 commit comments

Comments
 (0)