From 514bd4402455a2bb9417a734df7b2902ef45ced2 Mon Sep 17 00:00:00 2001 From: Gunnar Wagenknecht Date: Thu, 30 Nov 2017 09:43:47 +0100 Subject: [PATCH] Setting CODE_DOWNLOAD_URL won't help See https://github.com/Microsoft/vscode-extension-vscode/issues/88 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index abca699dd9..30f1d93795 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,8 +51,6 @@ before_install: export PATH=./sfdx/$(pwd):$PATH travis_retry sfdx update export SFDX_CI_KEY_LOCATION=/home/travis/devhub.key - # https://github.com/Microsoft/vscode-extension-vscode/issues/88 - export CODE_DOWNLOAD_URL=https://vscode-update.azurewebsites.net/1.19.0-insider/linux-x64/insider fi - | if [[ $TRAVIS_OS_NAME == "osx" ]]; then