summary refs log tree commit diff
path: root/.travis.yml
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 /.travis.yml
parentf76e5ab0cf0aa28e437a6b1c4aef4a85d2901b73 (diff)
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e8994ca7b2eee..a70bf4a440802 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