diff options
author | Julian Fleischer <tirednesscankill@warhog.net> | 2018-08-03 17:34:25 +0200 |
---|---|---|
committer | Julian Fleischer <tirednesscankill@warhog.net> | 2018-08-27 12:23:25 +0200 |
commit | 506890b24d19c6d1d83fe4b0e0652632db03f999 (patch) | |
tree | fb2c782696b2ac2ce240d87c3613629025bc4549 /.travis/lint_06_script.sh | |
parent | 272306ea57116c0c9afc0f73161929be978fe9a8 (diff) |
move remaining travis build steps into individual files
Diffstat (limited to '.travis/lint_06_script.sh')
-rwxr-xr-x | .travis/lint_06_script.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis/lint_06_script.sh b/.travis/lint_06_script.sh index 067ad6c32a..6191d82571 100755 --- a/.travis/lint_06_script.sh +++ b/.travis/lint_06_script.sh @@ -3,8 +3,6 @@ # 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. -# -# Check for new lines in diff that introduce trailing whitespace. export LC_ALL=C |