Skip to content

Commit

Permalink
travis: set pseudo AWS_REGION library to test with DynamoDB Local
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeken committed Oct 1, 2020
1 parent ebb4e9c commit 2394088
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 @@ -15,7 +15,7 @@ before_script:
script:
- go build ./...
- golint ./...
- go test -v ./...
- AWS_REGION=local go test -v ./...

after_script:
- F=$(go fmt ./...); if [ ! -z "$F" ]; then echo "Please gofmt for"$'\n'"$F"; exit 1; fi

0 comments on commit 2394088

Please sign in to comment.