chore: use sample.env as Travis enviroment (#38738)
This commit is contained in:
committed by
GitHub
parent
c5a087f8b7
commit
a56dc3f54e
@ -11,14 +11,10 @@ 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
|
||||||
|
- cp sample.env .env
|
||||||
|
|
||||||
install: npm ci
|
install: npm ci
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user