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 b608535 commit b227d42Copy full SHA for b227d42
.travis.yml
@@ -36,7 +36,7 @@ jobs:
36
script: octave $OCTFLAGS --eval "results = runTests; assert(all(~[results.Failed]))"
37
- stage: "BIDS validator"
38
name: "Create and check dataset"
39
- script: octave $OCTFLAGS --eval "test_makeRawDataset" && bids-validator `pwd`/../output/rawdata/ --ignoreNiftiHeaders
+ script: octave $OCTFLAGS --eval "testmanual_makeRawDataset" && bids-validator `pwd`/../output/rawdata/ --ignoreNiftiHeaders
40
- stage: "Linter"
41
name: "miss_hit"
42
script: cd .. && mh_style `pwd`
0 commit comments