Added Git Cop support.
- Ensures Git commits are consistent. - [Details](https://github.com/bkuhlmann/git-cop).
This commit is contained in:
7
circle.yml
Normal file
7
circle.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
dependencies:
|
||||
pre:
|
||||
- gem update --system
|
||||
- gem update bundler
|
||||
test:
|
||||
override:
|
||||
- bundle exec rake
|
||||
Reference in New Issue
Block a user