Include required environment variables in .travis.yml
This commit is contained in:
parent
9ce15b2ae5
commit
449ae7926c
1 changed files with 10 additions and 1 deletions
11
.travis.yml
11
.travis.yml
|
@ -9,4 +9,13 @@ before_install:
|
|||
- docker-compose -f docker/build/docker-compose.yml build
|
||||
|
||||
script:
|
||||
- docker-compose -f docker/build/docker-compose.yml run build script/test.sh
|
||||
- docker-compose -f docker/build/docker-compose.yml run build script/test.sh
|
||||
|
||||
env:
|
||||
- DEVISE_SECRET_KEY='-- secret string --'
|
||||
- SECRET_TOKEN='-- secret string --'
|
||||
- STRIPE_API_KEY='REPLACE'
|
||||
- STRIPE_API_PUBLIC='REPLACE'
|
||||
- S3_BUCKET_NAME='REPLACE'
|
||||
- AWS_ACCESS_KEY='REPLACE'
|
||||
- AWS_SECRET_ACCESS_KEY='REPLACE'
|
||||
|
|
Loading…
Reference in a new issue