mirror of
https://github.com/transloadit/uppy.git
synced 2026-08-03 15:23:30 +00:00
Upgrade to uppy-server 0.0.7 to fix tests
This commit is contained in:
parent
f8d3957c6f
commit
099a7166bb
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue