File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ language: node_js
55install :
66 - npm install
77 - npm install -g grunt-cli
8- - wget https://api .equinox.io/1/Applications/ap_pJSFC5wQYkAyI0FIVwKYs9h1hW/Updates/Asset/ ngrok.zip\?os\=linux\&arch\=386\&channel\=stable
9- - unzip ./ngrok.zip\?os=linux\&arch=386\&channel=stable
8+ - wget https://bin .equinox.io/c/4VmDzA7iaHb/ ngrok-stable-linux-amd64 .zip
9+ - unzip ./ngrok-stable-linux-amd64 .zip
1010before_script :
1111 - node tests/integration/request_recorder.js &
1212
1313 # Create a random ngrok subdomain
1414 - export SUBDOMAIN=$RANDOM$RANDOM
15- - ./ngrok -authtoken $NGROK_AUTH -subdomain $SUBDOMAIN -log=stdout 8500 > /dev/null &
15+ - ./ngrok http -authtoken $NGROK_AUTH -subdomain $SUBDOMAIN -log=stdout 8500 > /dev/null &
1616script :
1717 - grunt travis
1818after_script :
You can’t perform that action at this time.
0 commit comments