bump chromedriver version to newly-released 2.13 for next publish (fix #3798)

This commit is contained in:
Jonathan Lipps
2014-12-16 13:49:09 -08:00
parent 8c8c9271a2
commit 056f5bd277

View File

@@ -49,7 +49,7 @@ set -e
echo "Getting latest from upstream:$branch"
git pull upstream $branch
echo "Resetting"
./reset.sh --hardcore --real-safari --chromedriver-install-all --chromedriver-version 2.10
./reset.sh --hardcore --real-safari --chromedriver-install-all --chromedriver-version 2.13
version=$(cat package.json | $(npm bin)/underscore extract version | sed 's/\"//g')
echo "Clearing npm cache"
npm cache clear appium