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 0e86eb7 commit bbde970Copy full SHA for bbde970
.travis.yml
@@ -27,5 +27,5 @@ jobs:
27
- stage: "Tests and linter"
28
name: "Unit Tests" # names the first job
29
script: octave $OCTFLAGS --eval "results = runTests; assert(all(~[results.Failed]))"
30
- - script: cd .. && mh_style.py `pwd`
+ - script: cd .. && mh_style `pwd`
31
name: "miss_hit linter" # names the second job
0 commit comments