Upgrade to uppy-server 0.0.7 to fix tests

This commit is contained in:
Kevin van Zonneveld 2016-05-07 13:27:43 +02:00
parent f8d3957c6f
commit 099a7166bb
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@ echo "[${__base}] --> Running acceptance tests"
buildWait=20
if [ "${TRAVIS}" = "true" ]; then
if [ "${TRAVIS:-}" = "true" ]; then
buildWait=60
echo "Increasing build wait because Travis has no Hexo build cache"
fi

View file

@ -84,7 +84,7 @@
"selenium-webdriver": "2.52.0",
"tap-spec": "^4.1.1",
"tape": "4.4.0",
"uppy-server": "0.0.5",
"uppy-server": "0.0.7",
"watchify": "3.6.1"
},
"dependencies": {