atom-lcov-info
atom-lcov-info copied to clipboard
Adding travis integration
Fixes https://github.com/jacogr/atom-lcov-info/issues/18
Not 100% sure about 2 things -
(a) The language (i.e. Objective-C) (b) The value since we don't (yes, it is inexcusable) testing/tests
The build at this point won't really do anything.
a) Objective C is just the travis way to run OSX builds (i.e. if builds on OSX and not (easily) on linux) then that is the way to make it happen in travis) b) you really should have unit tests for this project (in fact that is how I was going to start contributing, until I noticed that they where broken)
I'm a big user of TDD and having travisCI really makes a massive difference (in fact that is the first think I've done at https://github.com/o2platform/atom-coffee-repl)