Skip to content

Commit b227d42

Browse files
committed
fix typo
1 parent b608535 commit b227d42

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
@@ -36,7 +36,7 @@ jobs:
3636
script: octave $OCTFLAGS --eval "results = runTests; assert(all(~[results.Failed]))"
3737
- stage: "BIDS validator"
3838
name: "Create and check dataset"
39-
script: octave $OCTFLAGS --eval "test_makeRawDataset" && bids-validator `pwd`/../output/rawdata/ --ignoreNiftiHeaders
39+
script: octave $OCTFLAGS --eval "testmanual_makeRawDataset" && bids-validator `pwd`/../output/rawdata/ --ignoreNiftiHeaders
4040
- stage: "Linter"
4141
name: "miss_hit"
4242
script: cd .. && mh_style `pwd`

0 commit comments

Comments
 (0)