Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit a6200f1

Browse files
committed
[minor] chore: force AWS region in Travis test script
1 parent 7d29d4a commit a6200f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ install:
66
- 'pip install awscli'
77

88
script:
9-
- 'for template in $(ls *.yml); do aws cloudformation validate-template --template-body file://$template; done'
9+
- 'for template in $(ls *.yml); do aws cloudformation validate-template --template-body file://$template --region $AWS_DEFAULT_REGION; done'
1010

1111
before_deploy:
1212
- 'mkdir -p templates'

0 commit comments

Comments
 (0)