*shrug*
This commit is contained in:
parent
449ae7926c
commit
f7b7fdad8a
1 changed files with 2 additions and 10 deletions
10
.travis.yml
10
.travis.yml
|
@ -7,15 +7,7 @@ services:
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- docker-compose -f docker/build/docker-compose.yml build
|
- docker-compose -f docker/build/docker-compose.yml build
|
||||||
|
- cp .env.template .env
|
||||||
|
|
||||||
script:
|
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