diff --git a/circle.yml b/circle.yml index 63eb3cb0e8a6e8f1b46c752bc1760d5ae8c5a1fd..a20c15650f6ae69dad33daac4ab81fe8f934e4dc 100644 --- a/circle.yml +++ b/circle.yml @@ -4,8 +4,7 @@ machine: dependencies: pre: - curl -sSL https://raw.githubusercontent.com/harbur/captain/v1.0.0/install.sh | bash - - $HOME/.captain/bin/captain > ~/bin/captain - - chmod a+x ~/bin/captain + - export PATH=$HOME/.captain/bin:$PATH test: override: - ./test.sh