Skip to content

Commit d1911f6

Browse files
committed
Remove nvmrc when building on Travis. Makes it easier to potentially build against multiple versions in the future.
1 parent 38a0ddf commit d1911f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ matrix:
2222
fast_finish: true
2323
before_install:
2424
- rm -rf ~/.nvm && git clone --depth 1 https://github.com/creationix/nvm.git ~/.nvm
25+
- rm .nvmrc
2526
- source ~/.nvm/nvm.sh
2627
- nvm install $NODE_VERSION
2728
- node --version

0 commit comments

Comments
 (0)