Skip to content

Commit bfd2a27

Browse files
authored
Test macos (#1)
* Include osx during travis testing * Update uri endpoint * Use cleaner makefile invocation and actually use bats instead of bash
1 parent ec0541c commit bfd2a27

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
language: bash
33

4+
os:
5+
- linux
6+
- osx
7+
48
git:
59
submodules: true
610

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ tests := $(wildcard test/*.sh)
88
.PHONY: test
99

1010
test: $(tests)
11-
@$(foreach test,$(tests),$(test);)
11+
./test/libs/bats/bin/bats $(tests)
12+
#./test/libs/bats/bin/bats @$(foreach test,$(tests),$(test);)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
This package provides a framework for git hooks following the [*.d configuration approach].
55

0 commit comments

Comments
 (0)