File tree Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ language: minimal
5
5
cache :
6
6
ccache : true
7
7
directories :
8
- - depends/built
9
- - depends/sdk-sources
10
- - $HOME/.ccache
8
+ - depends/built
9
+ - depends/sdk-sources
10
+ - $HOME/.ccache
11
11
stages :
12
12
- lint
13
13
- test
@@ -37,10 +37,23 @@ before_script:
37
37
script :
38
38
- source .travis/script.sh
39
39
after_script :
40
- - echo $TRAVIS_COMMIT_RANGE
41
- - echo $TRAVIS_COMMIT_LOG
40
+ - echo $TRAVIS_COMMIT_RANGE
41
+ - echo $TRAVIS_COMMIT_LOG
42
42
jobs :
43
43
include :
44
+ # lint stage
45
+ - stage : lint
46
+ env :
47
+ sudo : false
48
+ cache : false
49
+ language : python
50
+ python : ' 3.6'
51
+ install :
52
+ - travis_retry pip install flake8
53
+ before_script :
54
+ - git fetch --unshallow
55
+ script :
56
+ - source .travis/lint.sh
44
57
# ARM
45
58
- stage : test
46
59
env : >-
@@ -121,15 +134,3 @@ jobs:
121
134
RUN_FUNCTIONAL_TESTS=false
122
135
GOAL="all deploy"
123
136
BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --enable-werror"
124
- - stage : lint
125
- env :
126
- sudo : false
127
- cache : false
128
- language : python
129
- python : ' 3.6'
130
- install :
131
- - travis_retry pip install flake8
132
- before_script :
133
- - git fetch --unshallow
134
- script :
135
- - source .travis/lint.sh
You can’t perform that action at this time.
0 commit comments