diff options
author | Jorge Canizales <jcanizales@google.com> | 2016-07-13 00:25:18 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2016-07-13 00:25:18 -0700 |
commit | 1e6d1272df4c2ffb24e8ca3c7d5f875f7df87758 (patch) | |
tree | 1cfdd5d6a910ddfabdb4b8149f3e71212dd79ee6 | |
parent | 76628706ac688a02efd4dcf74cff8ebfc2c925ab (diff) |
Set Travis clone depth to 1, to alleviate workload
This should make Travis only test the last commit of every PR.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0e10a833b0..4cdad37c6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +git: + depth: 1 language: objective-c osx_image: xcode7.3 env: |