Sfoglia il codice sorgente

Ok that fixed it :D

Kevin van Zonneveld 9 anni fa
parent
commit
6ee17ff78f
2 ha cambiato i file con 1 aggiunte e 14 eliminazioni
  1. 1 1
      .travis.yml
  2. 0 13
      bin/bootandkill-servers

+ 1 - 1
.travis.yml

@@ -19,7 +19,7 @@ before_script:
 script:
 - npm run build
 - npm run test
-- npm run test:acceptance:handleservers || true
+- npm run test:acceptance:handleservers
 - git config --global user.name 'Uppy Bot'
 - git config --global user.email 'uppybot@uppy.io'
 - if [ "${TRAVIS_PULL_REQUEST}" == "false" ] && [ "${TRAVIS_BRANCH}" == "master" ]; then npm run web:deploy --quiet; else echo "Skipping for non-master/prs"; fi

+ 0 - 13
bin/bootandkill-servers

@@ -95,17 +95,4 @@ 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}
 
-echo "[${__base}] --> Showing uppy.js builds and sizes"
-ls -al dist/uppy.js website/public/uppy/uppy.js website/themes/uppy/source/uppy/uppy.js || true
-echo ""
-
-url="http://localhost:4000/uppy/uppy.js"
-echo "[${__base}] --> Downloading ${url} headers"
-curl -I "${url}"
-echo ""
-
-echo "[${__base}] --> Downloading ${url} body tail"
-curl "${url}" | tail -n20
-echo ""
-
 ${@}