Skip to content

Commit bbde970

Browse files
committed
update travis config
1 parent 0e86eb7 commit bbde970

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
@@ -27,5 +27,5 @@ jobs:
2727
- stage: "Tests and linter"
2828
name: "Unit Tests" # names the first job
2929
script: octave $OCTFLAGS --eval "results = runTests; assert(all(~[results.Failed]))"
30-
- script: cd .. && mh_style.py `pwd`
30+
- script: cd .. && mh_style `pwd`
3131
name: "miss_hit linter" # names the second job

0 commit comments

Comments
 (0)