archfirst / joinjs

A JavaScript library to map complex database joins to nested objects.
MIT License
154 stars 19 forks source link

Continuous Integration #16

Closed FerrielMelarpis closed 6 years ago

FerrielMelarpis commented 6 years ago

It is probably a good idea to have one since this is a library that may soon be used by many developers. Keeping all commits tested is one step to making sure of its quality. Issues can be easily caught with regards to other versions of node js. Also, we'll only be needing to review changes and not manually test it before merging.

nareshbhatia commented 6 years ago

Good idea, @FerrielMelarpis. On my to-do!

nareshbhatia commented 6 years ago

CI is now implemented. Yeah!

FerrielMelarpis commented 6 years ago

Nice!