dansackett / ellie

A distributed task queue written in Go (like Celery)
MIT License
3 stars 0 forks source link

Add Travis-CI Build #6

Open dansackett opened 8 years ago

dansackett commented 8 years ago

It would be good to add a Travis file in order to have continuous integration enabled on new pull requests and new builds. This would of course go hand in hand with #5.

scottcrespo commented 8 years ago

@dansackett

Travis is a pretty good choice here. I also recommend hosting a build archive on S3 so people can pull the builds directly from there. The man to talk to is Eric Tse: @etse-topps

He just built out an entire CI workflow with Travis for out Go projects.

dansackett commented 8 years ago

@scottcrespo that's great to hear. I've done a basic travis file before in another Go repo but haven't done anything with S3 to host builds. Sounds like a good idea.