summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2016-06-29 21:04:44 +0000
committerMatthew Bauer <mjbauer95@gmail.com>2016-07-12 21:34:58 +0000
commit3c0fdefd8470878242d8c119952918e171be590c (patch)
tree7a4fbc5718dbe5df28eea086c53807047cf444ad
parentf76e5ab0cf0aa28e437a6b1c4aef4a85d2901b73 (diff)
downloadnixlib-3c0fdefd8470878242d8c119952918e171be590c.tar
nixlib-3c0fdefd8470878242d8c119952918e171be590c.tar.gz
nixlib-3c0fdefd8470878242d8c119952918e171be590c.tar.bz2
nixlib-3c0fdefd8470878242d8c119952918e171be590c.tar.lz
nixlib-3c0fdefd8470878242d8c119952918e171be590c.tar.xz
nixlib-3c0fdefd8470878242d8c119952918e171be590c.tar.zst
nixlib-3c0fdefd8470878242d8c119952918e171be590c.zip
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.
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e8994ca7b2ee..a70bf4a44080 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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