rainycape / gondola

The web framework for writing faster sites, faster
http://gondolaweb.com
Mozilla Public License 2.0
312 stars 26 forks source link

Implement CI like Drone.IO or Travis #2

Open bketelsen opened 9 years ago

bketelsen commented 9 years ago

the repository doesn't build or install as-is, because of a simple import error. You should implement one of the free CI environments like Travis or drone.io to prevent further breakage, since you've released this to the world.

rainycape commented 9 years ago

Hi @bketelsen,

We had a CI setup internally, but when publishing the project on GitHub that got lost. It didn't help that when filtering the project history to remove some private information, some stuff also got broken. Long story short: I'll be adding integration with travis-ci RSN. Thanks for the feedback!