Skip to content

Commit 9658b71

Browse files
committed
change call to mh_linter
1 parent 261c5d2 commit 9658b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- stage: "Tests and linter"
3838
name: "Unit Tests" # names the first job
3939
script: octave $OCTFLAGS --eval "results = runTests; assert(all(~[results.Failed]))"
40-
- script: cd .. && mh_style.py `pwd`
40+
- script: cd .. && mh_style `pwd`
4141
name: "miss_hit linter" # names the second job
4242
- stage: "BIDS validator"
4343
name: "create and check dataset" # names the second job

0 commit comments

Comments
 (0)