in the first step, Travis CI clones the repo, using this
git clone --branch=master https://github.com/user/repo.git user/repo
how can I change it to
git clone --branch=master https://github.com/user/repo.git custom_directory/repo
in the first step, Travis CI clones the repo, using this
git clone --branch=master https://github.com/user/repo.git user/repo
how can I change it to
git clone --branch=master https://github.com/user/repo.git custom_directory/repo