Skip to content

Commit

Permalink
(#207) - try to fix master by downgrading pouchdb
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson authored Feb 21, 2017
1 parent 63ee4de commit 55aa193
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/test-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ DIRECTORY='pouchdb-tests'
if [ ! -d "$DIRECTORY" ]; then
# Control will enter here if $DIRECTORY exists.
git clone --single-branch --branch master \
--depth 1 \
--depth 500 \
https://github.com/pouchdb/pouchdb.git ${DIRECTORY}
fi

cd pouchdb-tests
git checkout 1ccf22988088273013a5954361f4f963f713a612
npm install
cd ..

0 comments on commit 55aa193

Please sign in to comment.