Skip to content

Commit

Permalink
bump bids-validator, use full path to config
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Apr 1, 2020
1 parent 5bd6336 commit d6ea2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node_js:
- "12"

install:
- npm install -g bids-validator@1.3.10
- npm install -g bids-validator@1.4.4

script:
# Validating the BIDS datasets using bids-validator
Expand All @@ -14,7 +14,7 @@ script:
for i in $(ls -d */ | grep -v node_modules);
do
echo "Validating dataset" $i
bids-validator ${i%%/} --ignoreNiftiHeaders -c bidsconfig.json || rc=$?
bids-validator ${i%%/} --ignoreNiftiHeaders -c $PWD/bidsconfig.json || rc=$?
done
echo "Checking for big files ..."
Expand Down

0 comments on commit d6ea2d8

Please sign in to comment.