Browse Source

Upgrade to uppy-server 0.0.7 to fix tests

Kevin van Zonneveld 9 years ago
parent
commit
099a7166bb
2 changed files with 2 additions and 2 deletions
  1. 1 1
      bin/bootandkill-servers
  2. 1 1
      package.json

+ 1 - 1
bin/bootandkill-servers

@@ -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

+ 1 - 1
package.json

@@ -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": {