Skip to content

Commit fe06d93

Browse files
committed
fix path for validator test
1 parent 7c8654b commit fe06d93

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
@@ -44,7 +44,7 @@ before_script:
4444
jobs:
4545
include:
4646
- name: "BIDS validator: create and check dataset"
47-
script: octave $OCTFLAGS --eval "test_makeRawDataset" && bids-validator `pwd`/output/rawdata/ --ignoreNiftiHeaders
47+
script: octave $OCTFLAGS --eval "test_makeRawDataset" && bids-validator `pwd`/output/raw/ --ignoreNiftiHeaders
4848
- name: "miss_hit: checking code quality"
4949
script: mh_metric . --ci
5050
- name: "miss_hit: checking code style"

0 commit comments

Comments
 (0)