Skip to content

Commit 4d69bbe

Browse files
authored
Merge pull request microsoft#19967 from Treri/patch-1
git clone nvm with --depth 1, to make clone faster
2 parents e96b20b + cbc6dc5 commit 4d69bbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ addons:
2222

2323
before_install:
2424
- git submodule update --init --recursive
25-
- git clone https://github.com/creationix/nvm.git ./.nvm
25+
- git clone --depth 1 https://github.com/creationix/nvm.git ./.nvm
2626
- source ./.nvm/nvm.sh
2727
- nvm install 6.6.0
2828
- nvm use 6.6.0
@@ -46,4 +46,4 @@ script:
4646
- ./scripts/test-integration.sh
4747

4848
after_success:
49-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then node_modules/.bin/coveralls < .build/coverage/lcov.info; fi
49+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then node_modules/.bin/coveralls < .build/coverage/lcov.info; fi

0 commit comments

Comments
 (0)