Upgrade bats core (#371)

* upgrade bats-core to v1.1.0, note in CHANGELOG.md
pull/353/head
Josh Rabinowitz 5 years ago committed by GitHub
parent 6188d14539
commit ae465c0142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,6 +14,7 @@
- Update git-secret.io, fix utils/gh-branch.sh to use 'git all --add' (#344)
- Change 'init' to never ignore .secret files (#362)
- Add text explaining git-secret Style Guide and Development Philosophy
- Upgrade bats-core to v1.1.0
- Spelling fixes
## Version 0.2.5

@ -36,7 +36,7 @@ uninstall:
.PHONY: install-test
install-test:
@if [ ! -d "vendor/bats-core" ]; then \
git clone --depth 1 -b v1.0.2 https://github.com/bats-core/bats-core.git vendor/bats-core; \
git clone --depth 1 -b v1.1.0 https://github.com/bats-core/bats-core.git vendor/bats-core; \
fi
.PHONY: test

Loading…
Cancel
Save