Skip to content

Commit 9b920ff

Browse files
committed
remove intern task and ngrok
1 parent b1dafbc commit 9b920ff

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@ install:
1313

1414
- npm install ./core --save # Must be cleaned from package.json before deploy
1515
- npm install --dev
16-
- wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
17-
- unzip ./ngrok-stable-linux-amd64.zip
18-
before_script:
19-
- export SUBDOMAIN=$RANDOM$RANDOM
20-
- ./ngrok http -authtoken $NGROK_AUTH -subdomain $SUBDOMAIN -log=stdout 8500 > /dev/null &
2116
script:
22-
- cd core && grunt intern && cd ..
2317
- grunt travis
2418
deploy:
2519
- provider: script

0 commit comments

Comments
 (0)