We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261c5d2 commit 9658b71Copy full SHA for 9658b71
.travis.yml
@@ -37,7 +37,7 @@ jobs:
37
- stage: "Tests and linter"
38
name: "Unit Tests" # names the first job
39
script: octave $OCTFLAGS --eval "results = runTests; assert(all(~[results.Failed]))"
40
- - script: cd .. && mh_style.py `pwd`
+ - script: cd .. && mh_style `pwd`
41
name: "miss_hit linter" # names the second job
42
- stage: "BIDS validator"
43
name: "create and check dataset" # names the second job
0 commit comments