Skip to content

Commit ec59db0

Browse files
committed
CI: Fetch dataset with a single thread
1 parent 72414fd commit ec59db0

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
@@ -56,7 +56,7 @@ before_script:
5656
tfapi.get('MNI152NLin2009cAsym', resolution=2, desc='brain', suffix='mask');
5757
tfapi.get('MNI152NLin2009cAsym', resolution=2, desc='fMRIPrep', suffix='boldref');"
5858
- mkdir -p $TEST_DATA_HOME
59-
- datalad install -rg ///openneuro/ds001600 $TEST_DATA_HOME/ds001600
59+
- datalad install -rg -J 1 ///openneuro/ds001600 $TEST_DATA_HOME/ds001600
6060
- curl https://files.osf.io/v1/resources/9sy2a/providers/osfstorage/5d44b940bcd6d900198ed6be/?zip= --output testdata.zip
6161
- unzip testdata.zip $TEST_DATA_HOME/testdata
6262

0 commit comments

Comments
 (0)