Skip to content

Commit 18aed82

Browse files
committed
ci: dont put nvm into current folder
1 parent 2e7052b commit 18aed82

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
@@ -51,8 +51,8 @@ jobs:
5151
- pecl install xdebug-$XDEBUG_VERSION
5252
- mkdir -p /usr/local/etc/php/7.0/conf.d
5353
- 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
54+
- git clone --depth 1 https://github.com/creationix/nvm.git ~/.nvm
55+
- source ~/.nvm/nvm.sh
5656
- nvm install $NODE_VERSION
5757
- nvm use $NODE_VERSION
5858
- npm install -g npm@$NPM_VERSION --depth 0

0 commit comments

Comments
 (0)