atom / ci

Build your Atom packages

Home Page:https://atom.io/packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Atom Packages Defined In An Optional Environment Variable

joefitzgerald opened this issue · comments

It would be nice to do apm install for any packages that are required for testing to succeed. I propose adding an optional environment variable that would be read, split, looped over, and apm install <package> installed, prior to running apm test.

Fixed by #10