We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12992d3 commit cbc6dc5Copy full SHA for cbc6dc5
1 file changed
.travis.yml
@@ -22,7 +22,7 @@ addons:
22
23
before_install:
24
- git submodule update --init --recursive
25
- - git clone https://github.com/creationix/nvm.git ./.nvm
+ - git clone --depth 1 https://github.com/creationix/nvm.git ./.nvm
26
- source ./.nvm/nvm.sh
27
- nvm install 6.6.0
28
- nvm use 6.6.0
@@ -46,4 +46,4 @@ script:
46
- ./scripts/test-integration.sh
47
48
after_success:
49
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then node_modules/.bin/coveralls < .build/coverage/lcov.info; fi
+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then node_modules/.bin/coveralls < .build/coverage/lcov.info; fi
0 commit comments