Skip to content

Commit 55aa193

Browse files
authored
(#207) - try to fix master by downgrading pouchdb
1 parent 63ee4de commit 55aa193

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/test-setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ DIRECTORY='pouchdb-tests'
1010
if [ ! -d "$DIRECTORY" ]; then
1111
# Control will enter here if $DIRECTORY exists.
1212
git clone --single-branch --branch master \
13-
--depth 1 \
13+
--depth 500 \
1414
https://github.com/pouchdb/pouchdb.git ${DIRECTORY}
1515
fi
1616

1717
cd pouchdb-tests
18+
git checkout 1ccf22988088273013a5954361f4f963f713a612
1819
npm install
1920
cd ..

0 commit comments

Comments
 (0)