From a1fd5de4b0cd5e7889166bd511596145037a17d2 Mon Sep 17 00:00:00 2001 From: Kevin Grandon Date: Tue, 3 Jun 2014 11:54:35 -0700 Subject: [PATCH] Revert "Bug 1019243 - use a depth of 1 for shallow clones of Gaia" This reverts commit 805a1af97c46d2b26fed9461b37450634401d093. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 53059ac3b935..f8ddd49fd38a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,6 @@ before_script: - ./node_modules/.bin/travisaction $CI_ACTION before_script script: ./node_modules/.bin/travisaction $CI_ACTION script after_script: ./node_modules/.bin/travisaction $CI_ACTION after_script -git: - depth: 1 branches: only: - master