Skip to content

Commit 53772df

Browse files
committed
update travis build
1 parent b6bb76b commit 53772df

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
language: ruby
22
rvm:
3-
- 2.3
3+
- 2.5
4+
install:
5+
- gem install cfhighlander cfn-nag
6+
before_script:
7+
- cfndsl -u 9.0.0
48
script:
5-
- gem install cfhighlander --prerelease
6-
- 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

Comments
 (0)