fix: provide Travis dummy environment variables
This commit is contained in:
committed by
mrugesh
parent
e3b77a62cc
commit
0efaa4c3d7
@ -11,6 +11,11 @@ env:
|
|||||||
global:
|
global:
|
||||||
- NO_UPDATE_NOTIFIER=1
|
- NO_UPDATE_NOTIFIER=1
|
||||||
- NODE_NO_WARNINGS=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:
|
before_install:
|
||||||
- npm config set loglevel warn
|
- npm config set loglevel warn
|
||||||
|
Reference in New Issue
Block a user