Kaynağa Gözat

Download uppy.js for troubleshooting Travis fail

Kevin van Zonneveld 9 yıl önce
ebeveyn
işleme
c35c29c25b
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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}"
+
 ${@}