Add keys for server mode.

This commit is contained in:
Steve Pulec 2017-02-27 00:17:01 -05:00
parent e841c0d2f5
commit b63618b975

View File

@ -16,6 +16,8 @@ install:
- |
if [ "$TEST_SERVER_MODE" = "true" ]; then
moto_server -p 8086&
export AWS_SECRET_ACCESS_KEY=foobar_secret
export AWS_ACCESS_KEY_ID=foobar_key
fi
script:
- make test