observing / pre-commit

Automatically installs a git pre-commit script in your git repository which runs your `npm test` on pre-commit
MIT License
1.88k stars 150 forks source link

Gracefully fail using a --dry-run flag on the hook #41

Closed 3rd-Eden closed 9 years ago

3rd-Eden commented 9 years ago

This is an alternate and in my opinion a better fix for #38 as this excludes platforms that do not operate instead of blacking whole operating systems.

Swaagie commented 9 years ago

looks good, tests fail though :P

3rd-Eden commented 9 years ago

@Swaagie That's the new integration that i'm adding for windows. Travis-ci and all other tests pass as expected - This new thing how ever, takes up to 30 minutes to debug a single build because it's so slow