Skip to content

Commit

Permalink
MAINT: use validator version before CIs started failing because of units
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak authored and sappelhoff committed Jan 6, 2020
1 parent a8791f6 commit 6f168e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ matrix:
env:
global:
# can be "stable", or anything that can be used with git checkout
- VALIDATOR_VERSION="master"
- VALIDATOR_VERSION="347117838f2b929e"
# can be any branch of MNE-Python (e.g., "maint/0.18", "master", ...)

before_install:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
# latter case, you MUST adjust VALIDATOR_EXECUTABLE to the following value:
# "C:\\projects\\mne-bids\\bids-validator\\bids-validator\\bin\\bids-validator"
# ... whereas for "stable", VALIDATOR_EXECUTABLE MUST be set to "n/a"
VALIDATOR_VERSION: "master"
VALIDATOR_VERSION: "347117838f2b929e"
# can be any branch of MNE-Python (e.g., "maint/0.18", "master", ...)
MNE_VERSION: "master"
VALIDATOR_EXECUTABLE: "C:\\projects\\mne-bids\\bids-validator\\bids-validator\\bin\\bids-validator"
Expand Down

0 comments on commit 6f168e1

Please sign in to comment.