From 09f1c58872f2b8fd297e1c3e6cd3d4807482e95f Mon Sep 17 00:00:00 2001 From: neilpang Date: Tue, 15 Nov 2016 19:45:04 +0800 Subject: [PATCH] test ngrok --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0cc14b6a..fe615d82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,15 +19,7 @@ script: - ~/shfmt -l -w -i 2 . && echo "shfmt OK" || git diff --exit-code || (echo "Run shfmt to fix the formatting issues" && false) - cd .. - curl -sSL https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip -o ngrok-stable-linux-amd64.zip && unzip ngrok-stable-linux-amd64.zip && export NGROK_BIN="$(pwd)/ngrok" - - $NGROK_BIN - - $NGROK_BIN authtoken "$NGROK_TOKEN" - git clone https://github.com/Neilpang/acmetest.git && cp -r acme.sh acmetest/ && cd acmetest - - $NGROK_BIN http 80 --log stdout --log-format logfmt --log-level debug > ngrok.tmp & - - sleep 5 - - echo "===========================" - - cat ngrok.tmp - - echo ============================== - - grep -o 'Hostname:[a-z0-9]+.ngrok.io' ngrok.tmp - ./letest.sh