From 63cc9785c5556d16adbd972c0f93ae8a63325ef1 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 9 Nov 2019 13:10:58 -0800 Subject: [PATCH 1/2] ugh --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7021d21f..96791ea0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,4 @@ after_deploy: - git config --global user.name "Jrnl Bot" - git add pyproject.toml - git commit -m "Incrementing version to ${TRAVIS_TAG}" - - git push https://${GITHUB_TOKEN}@github.com/jrnl-org/jrnl master + - git push https://${GITHUB_TOKEN}@github.com/jrnl-org/jrnl.git master From 21ef8dd8ead3f84261797561f63190f0d0089b25 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 9 Nov 2019 14:03:26 -0800 Subject: [PATCH 2/2] [#715] Don't use shallow clone for builds --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 96791ea0..de476361 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ dist: xenial # required for Python >= 3.7 language: python python: "3.7" +git: + depth: false before_install: - pip install poetry install: