fix: provide Travis dummy environment variables

This commit is contained in:
Oliver Eyton-Williams
2019-12-12 13:51:56 +01:00
committed by mrugesh
parent e3b77a62cc
commit 0efaa4c3d7

View File

@ -11,6 +11,11 @@ env:
global:
- NO_UPDATE_NOTIFIER=1
- NODE_NO_WARNINGS=1
- FREECODECAMP_NODE_ENV=production
- API_LOCATION="http://localhost:3000"
- FORUM_PROXY="https://forum.localhost"
- NEWS_PROXY="https://news.localhost"
before_install:
- npm config set loglevel warn