From 040f537240e39f35a6a7828a07760a737a227b6c Mon Sep 17 00:00:00 2001 From: Mirco Nasuti <mirco.nasuti@chuv.ch> Date: Fri, 30 Sep 2016 13:31:14 +0200 Subject: [PATCH] add circle.yml --- circle.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 circle.yml diff --git a/circle.yml b/circle.yml new file mode 100644 index 000000000..3167b687d --- /dev/null +++ b/circle.yml @@ -0,0 +1,11 @@ +machine: + services: + - docker +dependencies: + pre: + - curl -sL https://github.com/harbur/captain/releases/download/v0.0.1/captain > ~/bin/captain + - chmod u+x ~/bin/captain +test: + override: + - captain test + -- GitLab