diff options
author | destruc7i0n <destruc7i0n@users.noreply.github.com> | 2016-01-12 14:33:31 -0500 |
---|---|---|
committer | Colin D'Souza <dscdsouza@outlook.com> | 2016-01-12 21:15:09 -0500 |
commit | ac2a1ed6180778f8b8df003d2ce352989cc1f1fb (patch) | |
tree | 03bf5e85855dfc98fd3f48ccfdcfaa0f74ad3f57 /circle.yml | |
parent | Update README.md (diff) | |
download | shulker-ac2a1ed6180778f8b8df003d2ce352989cc1f1fb.tar.gz shulker-ac2a1ed6180778f8b8df003d2ce352989cc1f1fb.zip |
Create circle.yml
Diffstat (limited to '')
-rw-r--r-- | circle.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000..e7d7b8b --- /dev/null +++ b/circle.yml @@ -0,0 +1,3 @@ +machine: + node: + version: 0.12.7 |