Skip to content

Commit 4ecf5a2

Browse files
authored
Merge pull request #2 from myshov/travisCI-badge
Add badge
2 parents 3926fd1 + 09c3897 commit 4ecf5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gulp-gitflow-diff
1+
# gulp-gitflow-diff [![Build Status](https://travis-ci.org/myshov/gulp-gitflow-diff.svg?branch=master)](https://travis-ci.org/myshov/gulp-gitflow-diff)
22
Gulp plugin for fitlering files that differ from some base git branch
33

44
This plugin is useful when you have a pretty large project with adopted git-flow/github-flow organization of development process. And for example you want to lint files on git push hook. Why do you should lint every single file when only several of them actually have been changed? This plugin will help to filter only those files that actually have been changed relatively of base branch (usually `master` or `origin/master`).

0 commit comments

Comments
 (0)