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 2e7052b commit 18aed82Copy full SHA for 18aed82
1 file changed
.travis.yml
@@ -51,8 +51,8 @@ jobs:
51
- pecl install xdebug-$XDEBUG_VERSION
52
- mkdir -p /usr/local/etc/php/7.0/conf.d
53
- cp travis-php.ini /usr/local/etc/php/7.0/conf.d/
54
- - git clone --depth 1 https://github.com/creationix/nvm.git ./.nvm
55
- - source ./.nvm/nvm.sh
+ - git clone --depth 1 https://github.com/creationix/nvm.git ~/.nvm
+ - source ~/.nvm/nvm.sh
56
- nvm install $NODE_VERSION
57
- nvm use $NODE_VERSION
58
- npm install -g npm@$NPM_VERSION --depth 0
0 commit comments