diff options
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000..c4500fb --- /dev/null +++ b/circle.yml @@ -0,0 +1,4 @@ +checkout: + post: + - git submodule sync + - git submodule update --init |