From 7227d3fd302f1a98b8d8aff2f170ce31113ef19d Mon Sep 17 00:00:00 2001 From: Asher Baker Date: Thu, 22 Oct 2015 12:17:15 +0100 Subject: [PATCH] Ignore unshallow failing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e402e01..2fe5a3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ before_script: - cd ambuild - python setup.py install --user - cd $TRAVIS_BUILD_DIR - - git fetch --unshallow + - git fetch --unshallow || true - ../depot_tools/fetch breakpad script: - mkdir build