From 98a06079be8521f7e7e70811516b495c16594682 Mon Sep 17 00:00:00 2001 From: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> Date: Tue, 26 Mar 2019 16:00:55 +0100 Subject: [PATCH] fix(CI): prevent failing Travis runs (#22) see https://github.com/azerothcore/azerothcore-wotlk/pull/1631 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0fa157b..ad61193 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ services: - mysql git: - depth: 1 + depth: 10 stages: - prepare_cache