Use shallow clone to speed up git clone on Travis CI
Shallow clone is faster than a normal one, there is no need to clone the whole history of a repository when we only needs its latest or certain state of commit.
Please register or sign in to comment