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

Commit

Permalink
[minor] chore: force AWS region in Travis test script
Browse files Browse the repository at this point in the history
  • Loading branch information
fquffio committed Mar 21, 2019
1 parent 7d29d4a commit a6200f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ install:
- 'pip install awscli'

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

before_deploy:
- 'mkdir -p templates'
Expand Down

0 comments on commit a6200f1

Please sign in to comment.