From 8015174d223e44027ff771c1ab5db832814452bb Mon Sep 17 00:00:00 2001 From: Robert Luke <748691+rob-luke@users.noreply.github.com> Date: Fri, 8 May 2020 19:50:18 +1000 Subject: [PATCH 1/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index db35e27ca..b1ab16e8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,7 @@ install: npm install -g bids-validator else pushd ~ - git clone git@github.com:rob-luke/bids-validator.git + git clone https://github.com/rob-luke/mne-bids.git cd bids-validator git checkout $VALIDATOR_VERSION yarn From 1095be9f7f4dc34647045f022a535af22e4d5d07 Mon Sep 17 00:00:00 2001 From: Robert Luke <748691+rob-luke@users.noreply.github.com> Date: Fri, 8 May 2020 20:44:18 +1000 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b1ab16e8d..27f733264 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,7 @@ install: npm install -g bids-validator else pushd ~ - git clone https://github.com/rob-luke/mne-bids.git + git clone https://github.com/rob-luke/bids-validator.git cd bids-validator git checkout $VALIDATOR_VERSION yarn