Skip to content

Commit 3cd93f0

Browse files
committed
Bump ngrok version used in CI to 2.x (closes snowplow#460)
1 parent 7333b94 commit 3cd93f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ language: node_js
55
install:
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
1010
before_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 &
1616
script:
1717
- grunt travis
1818
after_script:

0 commit comments

Comments
 (0)