Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis CI testing fails because of missing 'secrets.js' require in server/index.js #209

Open
tiredamage42 opened this issue Jun 3, 2020 · 0 comments

Comments

@tiredamage42
Copy link

tiredamage42 commented Jun 3, 2020

When travis tries to test and deploy from the tracked repository, testing fails because we can't require secrets.js in server/index.js.

Workaround to check if not in testing environment in server/index.js:

/*
    config keys for development
*/
if (process.env.NODE_ENV !== 'production' && process.env.NODE_ENV !== 'test')
    require('../secrets')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant