SilverIronMan / ACI-Project

ACI Project
0 stars 0 forks source link

ENV Variable for Travis #27

Open SilverIronMan opened 7 years ago

SilverIronMan commented 7 years ago

To not put my credentials in a public place, I created an env.js file for the server to import. The issue with this is that I haven't told Travis about it yet. I need to figure out how to get Travis to learn about it.

SilverIronMan commented 7 years ago

I created a stub so that Travis Builds would pass but I doubt that this is the best way to do it. EDIT: Turns out this idea did not work.

SilverIronMan commented 7 years ago

I made the import/no-unresolved eslint error only a warning so as to pass the Travis Builds. This should be an error though. Therefore, this is a band-aid solution.