knupfer / haskell-emacs

Write Emacs extensions in Haskell
376 stars 22 forks source link

Continuous Integration #24

Closed ExternalReality closed 8 years ago

ExternalReality commented 8 years ago

Which continuous integration platform should be used for this project. I would not mind setting up a CircleCI build since I am familiar with that platform.

knupfer commented 8 years ago

Stuff on github uses usually travisCI. To my knowledge, travis supports more open source and they've open sourced (parts of) their product. So I would suggest travis. Besides that, I'm very interested in bake from ndmitchell.

knupfer commented 8 years ago

implemented with PR #41