diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-08-10 11:32:55 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-08-15 11:11:45 -0400 |
commit | fafe78f6aedfc0ac865379c412a87670b6211021 (patch) | |
tree | a0a9b63b6fc3db34075175f160481cba5409fbde /.travis/lint_05_before_script.sh | |
parent | 8bd5e0af9983c6892d4076881d634cc524d643fd (diff) |
ci: Rename .travis/ to ./ci/
Diffstat (limited to '.travis/lint_05_before_script.sh')
-rwxr-xr-x | .travis/lint_05_before_script.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis/lint_05_before_script.sh b/.travis/lint_05_before_script.sh deleted file mode 100755 index 28bcbb47f7..0000000000 --- a/.travis/lint_05_before_script.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env bash -# -# Copyright (c) 2018 The Bitcoin Core developers -# Distributed under the MIT software license, see the accompanying -# file COPYING or http://www.opensource.org/licenses/mit-license.php. - -export LC_ALL=C - -git fetch --unshallow |