From 1e6d1272df4c2ffb24e8ca3c7d5f875f7df87758 Mon Sep 17 00:00:00 2001 From: Jorge Canizales Date: Wed, 13 Jul 2016 00:25:18 -0700 Subject: Set Travis clone depth to 1, to alleviate workload This should make Travis only test the last commit of every PR. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') 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: -- cgit v1.2.3