Skip to content

Commit 18a1e3f

Browse files
committed
Merge pull request #22 from Neson/fix-ci
Fix "~/.nvm/nvm.sh: No such file ..." error on travis
2 parents 61c16b8 + e28fe24 commit 18a1e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ cache:
1010
- ~/.nvm
1111

1212
before_install:
13-
- which nvm || curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
1413
- export NVM_DIR=~/.nvm
14+
- which nvm || curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
1515
- source ~/.nvm/nvm.sh --install
1616
- nvm install 4.2.3
1717
- brew update

0 commit comments

Comments
 (0)