File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11---
22language : bash
33
4+ os :
5+ - linux
6+ - osx
7+
48git :
59 submodules : true
610
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ tests := $(wildcard test/*.sh)
88.PHONY : test
99
1010test : $(tests )
11- @$(foreach test,$(tests ) ,$(test ) ;)
11+ ./test/libs/bats/bin/bats $(tests )
12+ # ./test/libs/bats/bin/bats @$(foreach test,$(tests),$(test);)
Original file line number Diff line number Diff line change 11# Overview
2- [ ![ Build Status] ( https://travis-ci.org/EricCrosson /captain-hook.svg?branch=master )] ( https://travis-ci.org/EricCrosson /captain-hook )
2+ [ ![ Build Status] ( https://travis-ci.org/git-hook /captain-hook.svg?branch=master )] ( https://travis-ci.org/git-hook /captain-hook )
33
44This package provides a framework for git hooks following the [ * .d configuration approach] .
55
You can’t perform that action at this time.
0 commit comments