From 555c8cd3bf39ffadfb4764c036793ac3a86fec1b Mon Sep 17 00:00:00 2001 From: Mirco Nasuti <mirco.nasuti@chuv.ch> Date: Fri, 30 Sep 2016 16:33:14 +0200 Subject: [PATCH] trying to fix circle.yml --- circle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index a20c15650..63eb3cb0e 100644 --- a/circle.yml +++ b/circle.yml @@ -4,7 +4,8 @@ machine: dependencies: pre: - curl -sSL https://raw.githubusercontent.com/harbur/captain/v1.0.0/install.sh | bash - - export PATH=$HOME/.captain/bin:$PATH + - $HOME/.captain/bin/captain > ~/bin/captain + - chmod a+x ~/bin/captain test: override: - ./test.sh -- GitLab