From 1edb53a90bea1017bd3b8d16dcd1db25649cd555 Mon Sep 17 00:00:00 2001 From: Abimbola Idowu Date: Wed, 7 Jun 2017 10:03:07 +0200 Subject: [PATCH] fix(.travis.yml): remove git-depth git-depth prevent semantic-release from seeing the previous git commit use to release to npm --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fc69d05..3534be4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,3 @@ branches: except: - /^v\d+\.\d+\.\d+$/ -git: - depth: 1 -