Quick-and-dirty CI server
It's purpose is only serve one rails app and run all tests when a push to github happens.
- You need some gems for now ( rake, rspec )
- Go to
test/cloned_projects
and clonewalky
project from my github twice, the second one rename to walky_fails and write a fails test and commit. - Now you be able to execute testing for kronix ( I think )
- We need let the testing process more smooth.
- And of course, implement all CI process :)