diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2014-12-08 20:32:38 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2014-12-08 20:44:03 -0500 |
commit | cbd5285d49939d0d9aed4053d8fb1377389e3813 (patch) | |
tree | e1899e82e1394b50c34cec4ec996e0273d972405 /circle.yml | |
parent | d31e4346f2ae209bf2e621f1558dfb9f794b4062 (diff) | |
download | sangria-cbd5285d49939d0d9aed4053d8fb1377389e3813.tar.xz |
Add a circle.yml file.
Diffstat (limited to 'circle.yml')
-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..bb4b7ce --- /dev/null +++ b/circle.yml @@ -0,0 +1,3 @@ +dependencies: + override: + - mvn dependency:resolve -fn |