updated install_circle_ci.sh

pull/2/head
Hari Sekhon 5 years ago
parent 4e6ecfccfe
commit 86fa75e43a

@ -32,3 +32,9 @@ if is_mac; then
else
curl -fLSs https://circle.ci/cli | DESTDIR=~/bin bash
fi
export PATH="$PATH:$HOME/bin"
if ! is_CI && [ -t 1 ]; then
circleci setup
fi

Loading…
Cancel
Save