فهرست منبع

Download uppy.js for troubleshooting Travis fail

Kevin van Zonneveld 9 سال پیش
والد
کامیت
c35c29c25b
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      bin/bootandkill-servers

+ 5 - 0
bin/bootandkill-servers

@@ -95,4 +95,9 @@ echo "[${__base}] --> Sleeping ${buildWait}s, because the port may be open, but
 echo "[${__base}] --> and I don't know yet how to check for that"
 sleep ${buildWait}
 
+url="http://localhost:4000/uppy/uppy.js"
+echo "[${__base}] --> Downloading ${url}"
+curl -I "${url}"
+curl "${url}"
+
 ${@}