diff --git a/circle.yml b/circle.yml index a20c15650f6ae69dad33daac4ab81fe8f934e4dc..63eb3cb0e8a6e8f1b46c752bc1760d5ae8c5a1fd 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