diff options
author | startxfr <clarue@startx.fr> | 2016-02-10 00:34:54 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2016-02-10 00:34:54 +0100 |
commit | 15b722730988b24aa31d9e3b6e27b66907b4699d (patch) | |
tree | 29b575f580d5c68263a275cca3d3e9f82204d1a6 /circle.yml | |
parent | 8cce768b6270ec40efa0fde80c5c5b3814a38f20 (diff) | |
download | phpmyadmin-15b722730988b24aa31d9e3b6e27b66907b4699d.tar.gz phpmyadmin-15b722730988b24aa31d9e3b6e27b66907b4699d.tar.bz2 phpmyadmin-15b722730988b24aa31d9e3b6e27b66907b4699d.tar.xz phpmyadmin-15b722730988b24aa31d9e3b6e27b66907b4699d.zip |
update nodejs
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 |