Removing unnecessary lines in .travis.yml

https://github.com/Microsoft/vscode/issues/46043
This commit is contained in:
钊哥 2018-03-18 09:55:08 +08:00 committed by GitHub
parent d5bded0904
commit 87d2b680b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,8 +33,6 @@ addons:
before_install:
- export GITHUB_TOKEN=$PUBLIC_GITHUB_TOKEN
- git submodule update --init --recursive
- git clone --depth 1 https://github.com/creationix/nvm.git ./.nvm
- source ./.nvm/nvm.sh
- nvm install 8.9.1
- nvm use 8.9.1
- npm i -g yarn