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

Commit

Permalink
Fix up env vars for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
brew committed May 23, 2018
1 parent 1a3c49a commit 6ff6f85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -7,8 +7,10 @@ services:
- docker

env:
- NODE_ENV="test" DB_USER="postgres" CXX=g++-4.8
global:
- NODE_ENV: "test"
- DB_USER: "postgres"
- CXX: g++-4.8
# DOCKER_USERNAME
- secure: IXZ8Jskg91eCRgY2a3VmIAo1kCpmeiwnuPOdBYFXzlDRL/gp0k7p4LeyCsP+ztVhNg8Yg3RhcRNhg4Jzfl/TKXQHlel4EL+SXZrgux1i1+zvzsl2syPj53PswlFh3WCzovUjfPnYzU1bIS6R1xDGzUKcWNdAXJ735aVvqYh0RCQ=
# DOCKER_PASSWORD
Expand Down

0 comments on commit 6ff6f85

Please sign in to comment.