cocoabits / MASShortcut

Modern framework for managing global keyboard shortcuts compatible with Mac App Store. More details:
http://blog.shpakovski.com/2012/07/global-keyboard-shortcuts-in-cocoa.html
BSD 2-Clause "Simplified" License
1.52k stars 220 forks source link

Add support for Travis Continuous Integration server #58

Closed zoul closed 9 years ago

zoul commented 9 years ago

This will build the project and run the tests each time the repo changes. We’ll also get a nice green badge on all pull requests if they pass the test suite and the same badge also appears in CocoaDocs. The changes are pretty simple and non-intrusive.

@shpakovski, can you please log in to Travis and add the official MASShortcut repo there? I can’t add the official repo as a collaborator, but I’ve tested on my fork. Then you can merge the PR and see the green light coming up :)

shpakovski commented 9 years ago

Done, thanks a lot!