Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix: add env vars to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangoacher committed Mar 6, 2020
1 parent 36d4f97 commit d04169f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ sudo: required
env:
global:
- NODE_ENV=travis
- TRAIL_DB_HOST=localhost
- TRAIL_DB_PORT=5432
- TRAIL_DB_NAME=trails_test
- TRAIL_DB_USERNAME=postgres
- TRAIL_DB_PASSWORD=
- TRAIL_DB_POOL_SIZE=10
- TRAIL_DB_TIMEOUT=30000
- TRAIL_HTTP_HOST=localhost
- TRAIL_HTTP_PORT=8080
- TRAIL_LOG_LEVEL=warn
- TRAIL_DISABLE_REST_API=0
- TRAIL_DISABLE_GRAPHQL=0

addons:
postgresql: "9.6"
Expand Down

0 comments on commit d04169f

Please sign in to comment.