tfollow-up prev: unshallow no longer needed - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 92d16e8b103964d247561e7eb8f560a47b3f41db DIR parent 2aefc8440a8964c95df4cff4a311cf26c9eb1ae3 HTML Author: SomberNight <somber.night@protonmail.com> Date: Fri, 26 Oct 2018 15:56:08 +0200 follow-up prev: unshallow no longer needed Diffstat: M .travis.yml | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) --- DIR diff --git a/.travis.yml b/.travis.yml t@@ -47,14 +47,12 @@ jobs: python: false install: - git fetch --all --tags - - git fetch origin --unshallow script: ./contrib/build-osx/make_osx after_script: ls -lah dist && md5 dist/* after_success: true - stage: release check install: - git fetch --all --tags - - git fetch origin --unshallow script: - ./contrib/deterministic-build/check_submodules.sh after_success: true