Merge pull request #726 from wren/715-version-update

[#715] Don't use shallow clone for builds
This commit is contained in:
Micah Jerome Ellison 2019-11-09 14:05:26 -08:00
commit a2f0c44021

View file

@ -1,6 +1,8 @@
dist: xenial # required for Python >= 3.7 dist: xenial # required for Python >= 3.7
language: python language: python
python: "3.7" python: "3.7"
git:
depth: false
before_install: before_install:
- pip install poetry - pip install poetry
install: install:
@ -26,4 +28,4 @@ after_deploy:
- git config --global user.name "Jrnl Bot" - git config --global user.name "Jrnl Bot"
- git add pyproject.toml - git add pyproject.toml
- git commit -m "Incrementing version to ${TRAVIS_TAG}" - 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