Parcourir la source

Download uppy.js for troubleshooting Travis fail

Kevin van Zonneveld il y a 9 ans
Parent
commit
c35c29c25b
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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}"
+
 ${@}