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 7c8654b commit fe06d93Copy full SHA for fe06d93
.travis.yml
@@ -44,7 +44,7 @@ before_script:
44
jobs:
45
include:
46
- name: "BIDS validator: create and check dataset"
47
- script: octave $OCTFLAGS --eval "test_makeRawDataset" && bids-validator `pwd`/output/rawdata/ --ignoreNiftiHeaders
+ script: octave $OCTFLAGS --eval "test_makeRawDataset" && bids-validator `pwd`/output/raw/ --ignoreNiftiHeaders
48
- name: "miss_hit: checking code quality"
49
script: mh_metric . --ci
50
- name: "miss_hit: checking code style"
0 commit comments