chore(circle): add doc comments to circle.yml

This commit is contained in:
Ionitron
2015-04-27 17:39:52 -05:00
parent 149435b061
commit 2687bc4285

View File

@@ -5,8 +5,11 @@ machine:
version: 2.1.2
checkout:
post:
# Make sure that the git repo that circleCI clones is not cloned shallow
# (by default, it only clones the last 25 commits - aka shallow)
# copy/pasted from circleCI support)
- "[[ ! -s \"$(git rev-parse --git-dir)/shallow\" ]] || git fetch --unshallow"
dependencies:
dependencies:
post:
- bower install
test: