joshburgess / redux-most

Most.js based middleware for Redux. Handle async actions with monadic streams & reactive programming.
https://www.npmjs.com/package/redux-most
MIT License
139 stars 14 forks source link

Add and start using a Continuous Integration tool #7

Closed joshburgess closed 6 years ago

joshburgess commented 7 years ago

Add and start using a Continuous Integration tool

Requirement: must be a free option for open source

Potential options:

jshthornton commented 7 years ago

I'm a big fan of Travis for open source. It supports docker so you can setup cleaner environments for tests

joshburgess commented 7 years ago

Thanks. Added it to the list.

jshthornton commented 7 years ago

@joshburgess If we do decide to go with Travis I'd happily take on the work.

joshburgess commented 7 years ago

@jshthornton Are any of the other options completely free for open source? I've used CodeShip before and liked it, but I believe it has a limit on the number of pushes allowed each month for free accounts. Have also used CircleCI before at work, but not 100% clear about what they offer for open source.

joshburgess commented 7 years ago

@jshthornton I'll get back to you about this soon. I want to look into CodeShip and Circle CI a little more to see exactly what their restrictions are for open source.