File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 49
49
language : python
50
50
python : ' 3.6'
51
51
install :
52
- - travis_retry pip install flake8
52
+ - source .travis/lint_04_install.sh
53
53
before_script :
54
- - git fetch --unshallow
54
+ - source .travis/lint_05_before_script.sh
55
55
script :
56
56
- source .travis/lint_06_script.sh
57
57
# ARM
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+ #
3
+ # Copyright (c) 2018 The Bitcoin Core developers
4
+ # Distributed under the MIT software license, see the accompanying
5
+ # file COPYING or http://www.opensource.org/licenses/mit-license.php.
6
+
7
+ export LC_ALL=C
8
+
9
+ travis_retry pip install flake8
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+ #
3
+ # Copyright (c) 2018 The Bitcoin Core developers
4
+ # Distributed under the MIT software license, see the accompanying
5
+ # file COPYING or http://www.opensource.org/licenses/mit-license.php.
6
+
7
+ export LC_ALL=C
8
+
9
+ git fetch --unshallow
Original file line number Diff line number Diff line change 3
3
# Copyright (c) 2018 The Bitcoin Core developers
4
4
# Distributed under the MIT software license, see the accompanying
5
5
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
6
- #
7
- # Check for new lines in diff that introduce trailing whitespace.
8
6
9
7
export LC_ALL=C
10
8
You can’t perform that action at this time.
0 commit comments