dansackett / ellie

A distributed task queue written in Go (like Celery)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Travis-CI Build

dansackett opened this issue · comments

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.

@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.

@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.