mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
travis: only fetch top commit
This will make travis only fetch the top level commit instead of fetching the top 50 (default). Nox should be able fetch other commits on an as-needed basis.
This commit is contained in:
parent
f76e5ab0cf
commit
3c0fdefd84
@ -18,3 +18,5 @@ matrix:
|
||||
osx_image: xcode7.3
|
||||
script: ./maintainers/scripts/travis-nox-review-pr.sh pr
|
||||
install: ./maintainers/scripts/travis-nox-review-pr.sh install
|
||||
git:
|
||||
depth: 1
|
||||
|
Loading…
Reference in New Issue
Block a user