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 b6bb76b commit 53772dfCopy full SHA for 53772df
.travis.yml
@@ -1,6 +1,10 @@
1
language: ruby
2
rvm:
3
- - 2.3
+ - 2.5
4
+install:
5
+ - gem install cfhighlander cfn-nag
6
+before_script:
7
+ - cfndsl -u 9.0.0
8
script:
- - gem install cfhighlander --prerelease
- - if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then cfhighlander cfcompile ; else cfhighlander cfcompile --validate; fi
9
+ - if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then cfhighlander cftest --no-validate; else cfhighlander cftest; fi
10
+ - cfn_nag_scan -i out/test
0 commit comments