Browse Source

love you circley

pull/456/head
Ethan Buchman 8 years ago
parent
commit
6177eb8398
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      circle.yml

+ 4
- 0
circle.yml View File

@ -14,6 +14,10 @@ checkout:
# - git submodule sync
# - git submodule update --init # use submodules
dependencies:
override:
- "cd $REPO"
test:
override:
- "cd $REPO && make test"

Loading…
Cancel
Save